mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 16:58:40 -04:00
There has been a brace too much in line 3664 of makepanda.
This commit is contained in:
parent
25c65cc1b7
commit
427eddc4e3
@ -3661,7 +3661,7 @@ if (PkgSkip("DIRECT")==0):
|
||||
OPTS=['DIR:direct/src/directbase', 'PYTHON']
|
||||
TargetAdd('directbase_directbase.obj', opts=OPTS+['BUILDING:DIRECT'], input='directbase.cxx')
|
||||
|
||||
if ((PkgSkip("PYTHON")==0 and not RTDIST and not RUNTIME):
|
||||
if (PkgSkip("PYTHON")==0 and not RTDIST and not RUNTIME):
|
||||
DefSymbol("BUILDING:PACKPANDA", "IMPORT_MODULE", "direct.directscripts.packpanda")
|
||||
TargetAdd('packpanda.obj', opts=OPTS+['BUILDING:PACKPANDA'], input='ppython.cxx')
|
||||
TargetAdd('packpanda.exe', input='packpanda.obj')
|
||||
|
Loading…
x
Reference in New Issue
Block a user