From e919f01b50b1717e45d1a36fca072158f444ad37 Mon Sep 17 00:00:00 2001 From: rdb Date: Sat, 9 May 2009 06:20:55 +0000 Subject: [PATCH] ucontext bug was fixed on OSX --- makepanda/makepanda.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/makepanda/makepanda.py b/makepanda/makepanda.py index 7adcfda7a3..bb64c593f0 100755 --- a/makepanda/makepanda.py +++ b/makepanda/makepanda.py @@ -956,8 +956,6 @@ def WriteConfigSettings(): dtool_config["HAVE_PROC_SELF_MAPS"] = 'UNDEF' dtool_config["HAVE_PROC_SELF_CMDLINE"] = 'UNDEF' dtool_config["HAVE_PROC_SELF_ENVIRON"] = 'UNDEF' - # 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 correctly. Might have been fixed by now though. prc_parameters["DEFAULT_PRC_DIR"] = '"/Applications/Panda3D/' + VERSION + '/etc"'