Sfoglia il codice sorgente

Another check: cannot build rtdist without wx.

gogg 15 anni fa
parent
commit
4232e0b17c
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3 0
      makepanda/makepanda.py

+ 3 - 0
makepanda/makepanda.py

@@ -246,6 +246,9 @@ if (RTDIST or RUNTIME) and (PkgSkip("TINYXML")):
 if (RTDIST) and (PkgSkip("JPEG")):
 if (RTDIST) and (PkgSkip("JPEG")):
     exit("Cannot build rtdist without jpeg")
     exit("Cannot build rtdist without jpeg")
 
 
+if (RTDIST) and (PkgSkip("WX")):
+    exit("Cannot build rtdist without wx")
+
 if (RUNTIME):
 if (RUNTIME):
     SetLinkAllStatic(True)
     SetLinkAllStatic(True)