mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 01:07:51 -04:00
Disable HAVE_UCONTEXT_H on OSX, it doesn't seem to be stable
This commit is contained in:
parent
8b82a9d61f
commit
c544c10fbf
@ -956,7 +956,9 @@ def WriteConfigSettings():
|
||||
dtool_config["HAVE_PROC_SELF_MAPS"] = 'UNDEF'
|
||||
dtool_config["HAVE_PROC_SELF_CMDLINE"] = 'UNDEF'
|
||||
dtool_config["HAVE_PROC_SELF_ENVIRON"] = 'UNDEF'
|
||||
# OSX still doesn't always recognize the <auto> correctly.
|
||||
# OSX has ucontext.h, but it doesn't seem to be stable somehow.
|
||||
dtool_config["HAVE_UCONTEXT_H"] = 'UNDEF'
|
||||
# OSX still doesn't always recognize the <auto> correctly. Might have been fixed by now though.
|
||||
prc_parameters["DEFAULT_PRC_DIR"] = '"/Applications/Panda3D/' + VERSION + '/etc"'
|
||||
|
||||
if (OPTIMIZE <= 3):
|
||||
|
Loading…
x
Reference in New Issue
Block a user