mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
Let's disable awesomium on Linux/OSX/FreeBSD until Bei gets a chance to actually make sure it compiles on non-Windows systems
This commit is contained in:
parent
3815cc1229
commit
eb878a1bd6
@ -437,6 +437,7 @@ if (COMPILER=="MSVC"):
|
|||||||
AddToPathEnv("PATH", SDK["PHYSX"]+"/../Bin/win32/")
|
AddToPathEnv("PATH", SDK["PHYSX"]+"/../Bin/win32/")
|
||||||
|
|
||||||
if (COMPILER=="LINUX"):
|
if (COMPILER=="LINUX"):
|
||||||
|
PkgDisable("AWESOMIUM")
|
||||||
if (PkgSkip("PYTHON")==0):
|
if (PkgSkip("PYTHON")==0):
|
||||||
IncDirectory("ALWAYS", SDK["PYTHON"])
|
IncDirectory("ALWAYS", SDK["PYTHON"])
|
||||||
if (sys.platform == "darwin"):
|
if (sys.platform == "darwin"):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user