mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 18:31:55 -04:00
Fix compile error when building with --use-python --no-direct
This commit is contained in:
parent
17a8d045bf
commit
b717dfefdc
@ -4598,6 +4598,7 @@ if (PkgSkip("PYTHON")==0 and not RUNTIME):
|
||||
TargetAdd('PandaModules.py', input='libpanda.dll')
|
||||
TargetAdd('PandaModules.py', input='libpandaphysics.dll')
|
||||
TargetAdd('PandaModules.py', input='libpandafx.dll')
|
||||
if (PkgSkip("DIRECT")==0):
|
||||
TargetAdd('PandaModules.py', input='libp3direct.dll')
|
||||
TargetAdd('PandaModules.py', input='libp3vision.dll')
|
||||
TargetAdd('PandaModules.py', input='libpandaskel.dll')
|
||||
|
Loading…
x
Reference in New Issue
Block a user