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…
Reference in New Issue