mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -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")):
|
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)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user