From 2b0acc9fcc568aee6c1867cfd0eeaa02c335efe4 Mon Sep 17 00:00:00 2001 From: rdb Date: Wed, 23 Dec 2009 08:33:33 +0000 Subject: [PATCH] bison and flex aren't needed for a runtime build --- makepanda/makepanda.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/makepanda/makepanda.py b/makepanda/makepanda.py index e968699ac2..40573575db 100755 --- a/makepanda/makepanda.py +++ b/makepanda/makepanda.py @@ -475,9 +475,9 @@ if (COMPILER=="LINUX"): if (pkg in PkgListGet() and PkgSkip(pkg)==1): exit("Runtime must be compiled with OpenSSL, TinyXML, ZLib, NPAPI, JPEG, X11 and PNG support!") - if (not LocateBinary("bison")): + if (not RUNTIME and not LocateBinary("bison")): exit("Could not locate bison!") - if (not LocateBinary("flex")): + if (not RUNTIME and not LocateBinary("flex")): exit("Could not locate flex!") for pkg in MAYAVERSIONS: