mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-28 15:53:55 -04:00
makepanda: Add missing YY_NO_UNISTD_H to built Flex sources
Closes #1028
This commit is contained in:
parent
4b7e32e9b0
commit
5443f62068
@ -1643,7 +1643,7 @@ def CompileFlex(wobj,wsrc,opts):
|
|||||||
oscmd(flex + " -P" + pre + " -o"+wdst+" "+wsrc)
|
oscmd(flex + " -P" + pre + " -o"+wdst+" "+wsrc)
|
||||||
|
|
||||||
# Finally, compile the generated source file.
|
# Finally, compile the generated source file.
|
||||||
CompileCxx(wobj,wdst,opts)
|
CompileCxx(wobj, wdst, opts + ["FLEX"])
|
||||||
|
|
||||||
########################################################################
|
########################################################################
|
||||||
##
|
##
|
||||||
|
Loading…
x
Reference in New Issue
Block a user