Another check: cannot build rtdist without wx.
This commit is contained in:
parent
2eacb78949
commit
4232e0b17c
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue