mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
freebsd fix for the oops
This commit is contained in:
parent
f76147c50a
commit
97022c2df0
@ -1548,7 +1548,7 @@ def WriteConfigSettings():
|
|||||||
|
|
||||||
# Whether it's present on the system doesn't matter here,
|
# Whether it's present on the system doesn't matter here,
|
||||||
# as the runtime itself doesn't include or link with X11.
|
# as the runtime itself doesn't include or link with X11.
|
||||||
if (RUNTIME and sys.platform.startswith("linux")):
|
if (RUNTIME and sys.platform != "darwin" and not sys.platform.startswith("win")):
|
||||||
dtool_config["HAVE_X11"] = '1'
|
dtool_config["HAVE_X11"] = '1'
|
||||||
|
|
||||||
if ("GENERIC_DXERR_LIBRARY" in SDK):
|
if ("GENERIC_DXERR_LIBRARY" in SDK):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user