Browse Source

Another check: cannot build rtdist without wx.

gogg 15 years ago
parent
commit
4232e0b17c
1 changed files with 3 additions and 0 deletions
  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")):
     exit("Cannot build rtdist without jpeg")
 
+if (RTDIST) and (PkgSkip("WX")):
+    exit("Cannot build rtdist without wx")
+
 if (RUNTIME):
     SetLinkAllStatic(True)