mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 18:03:56 -04:00
Fix assimp compile error (Missing BUILDING:ASSIMP)
This commit is contained in:
parent
b71d47b96c
commit
09f3817f03
@ -5240,7 +5240,7 @@ if (PkgSkip("PANDATOOL")==0 and PkgSkip("FCOLLADA")==0):
|
||||
# DIRECTORY: pandatool/src/assimp
|
||||
#
|
||||
if (PkgSkip("PANDATOOL") == 0 and PkgSkip("ASSIMP")==0):
|
||||
OPTS=['DIR:pandatool/src/assimp', 'ASSIMP', 'MODULE']
|
||||
OPTS=['DIR:pandatool/src/assimp', 'BUILDING:ASSIMP', 'ASSIMP', 'MODULE']
|
||||
TargetAdd('p3assimp_composite1.obj', opts=OPTS, input='p3assimp_composite1.cxx')
|
||||
TargetAdd('libp3assimp.dll', input='p3assimp_composite1.obj')
|
||||
TargetAdd('libp3assimp.dll', input=COMMON_PANDA_LIBS)
|
||||
|
Loading…
x
Reference in New Issue
Block a user