mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
Revert accidentally checked in debugging stuff
This commit is contained in:
parent
b8cacaf29e
commit
5e46cc511c
@ -4531,7 +4531,7 @@ if (RTDIST):
|
||||
# Distribute prebuilt .p3d files as executable.
|
||||
#
|
||||
|
||||
if (True or (not RUNTIME and not RTDIST)):
|
||||
if (not RUNTIME and not RTDIST):
|
||||
if (sys.platform.startswith("win")):
|
||||
OPTS=['DIR:direct/src/p3d']
|
||||
TargetAdd('p3dWrapper.exe', opts=OPTS, input='p3dWrapper.c')
|
||||
|
Loading…
x
Reference in New Issue
Block a user