mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
Tidying up a bit
This commit is contained in:
parent
6800564515
commit
5f55e19c98
@ -188,9 +188,9 @@ if (PkgSkip("MILES")==0):
|
||||
PkgDisable("MILES")
|
||||
|
||||
if (sys.platform != "win32"):
|
||||
if (PkgSkip("DX8")==0): PkgDisable("DX8")
|
||||
if (PkgSkip("DX9")==0): PkgDisable("DX9")
|
||||
if (PkgSkip("DIRECTCAM")==0): PkgDisable("DIRECTCAM")
|
||||
PkgDisable("DX8")
|
||||
PkgDisable("DX9")
|
||||
PkgDisable("DIRECTCAM")
|
||||
|
||||
if (sys.platform == "win32"):
|
||||
os.environ["BISON_SIMPLE"] = "thirdparty/win-util/bison.simple"
|
||||
|
Loading…
x
Reference in New Issue
Block a user