mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
Refactoring introduced a few bugs, now fixed.
This commit is contained in:
parent
b20bb12ff4
commit
e86f9470b2
@ -1128,7 +1128,7 @@ def EnqueueBison(ipath=0,opts=0,pre=0,obj=0,dsth=0,src=0):
|
||||
def CompileFlex(pre,src,obj,ipath,opts,dashi):
|
||||
wsrc=FindLocation(src, ipath)
|
||||
wobj=FindLocation(obj, ipath)
|
||||
wdst=wobj[:-4]+".cxx"
|
||||
wdst="built/tmp/"+obj[:-4]+".cxx"
|
||||
ipath = ["built/tmp"] + ipath + ["built/include"]
|
||||
if (COMPILER == "MSVC"):
|
||||
if (dashi): oscmd("thirdparty/win-util/flex -i -P" + pre + " -o"+wdst+" "+wsrc)
|
||||
|
Loading…
x
Reference in New Issue
Block a user