mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
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…
x
Reference in New Issue
Block a user