summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '3rdParty/Expat/SConscript')
-rw-r--r--3rdParty/Expat/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/3rdParty/Expat/SConscript b/3rdParty/Expat/SConscript
index e8c1e25..c961483 100644
--- a/3rdParty/Expat/SConscript
+++ b/3rdParty/Expat/SConscript
@@ -15,6 +15,7 @@ if env.get("EXPAT_BUNDLED", False) :
myenv.Append(CPPPATH = [".", "src", "../Boost/src"])
else :
myenv.Append(CPPPATH = [".", "src"])
+ myenv.MergeFlags(env["BOOST_FLAGS"])
conf = Configure(conf_env)
if conf.CheckFunc('memmove') :