mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
Fix compilation error with awesomium
This commit is contained in:
parent
d79c1db68e
commit
d66ff1a325
@ -4519,7 +4519,7 @@ if (PkgSkip("CONTRIB")==0 and not RUNTIME):
|
||||
# Run genpycode
|
||||
#
|
||||
|
||||
if (PkgSkip("PYTHON")==0):
|
||||
if (PkgSkip("PYTHON")==0 and not RUNTIME):
|
||||
# We're phasing out the concept of PandaModules, so do not
|
||||
# add new libraries here. See direct/src/ffi/panda3d.py
|
||||
TargetAdd('PandaModules.py', input='libpandaexpress.dll')
|
||||
@ -4528,9 +4528,10 @@ if (PkgSkip("PYTHON")==0):
|
||||
TargetAdd('PandaModules.py', input='libpandafx.dll')
|
||||
TargetAdd('PandaModules.py', input='libp3direct.dll')
|
||||
TargetAdd('PandaModules.py', input='libp3vision.dll')
|
||||
TargetAdd('PandaModules.py', input='libp3awesomium.dll')
|
||||
TargetAdd('PandaModules.py', input='libpandaskel.dll')
|
||||
TargetAdd('PandaModules.py', input='libpandaegg.dll')
|
||||
if (PkgSkip("AWESOMIUM")== 0):
|
||||
TargetAdd('PandaModules.py', input='libp3awesomium.dll')
|
||||
if (PkgSkip("ODE")==0):
|
||||
TargetAdd('PandaModules.py', input='libpandaode.dll')
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user