diff --git a/doc/makepanda/makepanda.py b/doc/makepanda/makepanda.py index 2cb6f662e6..207e3f2021 100755 --- a/doc/makepanda/makepanda.py +++ b/doc/makepanda/makepanda.py @@ -2963,7 +2963,7 @@ if (PkgSkip("PANDATOOL")==0): # if (PkgSkip("PANDATOOL")==0): - OPTS=['DIR:pandatool/src/xfile', 'ZLIB', 'BISONPREFIX_xyy'] + OPTS=['DIR:pandatool/src/xfile', 'ZLIB', 'BISONPREFIX_xyy', 'FLEXDASHI'] CreateFile("built/include/xParser.h") TargetAdd('xfile_xParser.obj', opts=OPTS, input='xParser.yxx') TargetAdd('xParser.h', input='xfile_xParser.obj', opts=['DEPENDENCYONLY'])