makepanda: Condition for intel macs
This commit is contained in:
parent
d54d17e04a
commit
baf2a16b8c
|
|
@ -1 +0,0 @@
|
|||
pencrypt.1
|
||||
|
|
@ -0,0 +1 @@
|
|||
pencrypt.1
|
||||
|
|
@ -1 +0,0 @@
|
|||
pzip.1
|
||||
|
|
@ -0,0 +1 @@
|
|||
pzip.1
|
||||
|
|
@ -2518,6 +2518,8 @@ def WriteConfigSettings():
|
|||
# check for system architecture arm64
|
||||
if os.uname().machine == 'arm64':
|
||||
dtool_config["USE_DELETED_CHAIN"] = '1'
|
||||
else:
|
||||
dtool_config["USE_DELETED_CHAIN"] = 'UNDEF'
|
||||
else:
|
||||
# On other systems, the default malloc seems to be fine.
|
||||
dtool_config["USE_DELETED_CHAIN"] = 'UNDEF'
|
||||
|
|
|
|||
Loading…
Reference in New Issue