Explorar el Código

Revert accidentally checked in debugging stuff

rdb hace 16 años
padre
commit
5e46cc511c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      makepanda/makepanda.py

+ 1 - 1
makepanda/makepanda.py

@@ -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')