makepanda: Condition for intel macs

This commit is contained in:
DarthM 2024-12-31 15:50:42 -05:00
parent d54d17e04a
commit baf2a16b8c
3 changed files with 2 additions and 0 deletions

View File

@ -1 +0,0 @@
pencrypt.1

1
doc/man/pdecrypt.1 Normal file
View File

@ -0,0 +1 @@
pencrypt.1

View File

@ -1 +0,0 @@
pzip.1

1
doc/man/punzip.1 Normal file
View File

@ -0,0 +1 @@
pzip.1

View File

@ -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'