summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '3rdParty')
-rw-r--r--3rdParty/Boost/SConscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/3rdParty/Boost/SConscript b/3rdParty/Boost/SConscript
index 8d771ca..714b90b 100644
--- a/3rdParty/Boost/SConscript
+++ b/3rdParty/Boost/SConscript
@@ -23,9 +23,9 @@ elif env.get("BOOST_BUNDLED", False) :
#if env["PLATFORM"] == "darwin" :
# cppdefines += ["BOOST_ASIO_DISABLE_KQUEUE"]
if env["PLATFORM"] == "win32" :
- cppflags = ["/I" + Dir("src").abspath]
+ cppflags = ["/I" + Dir("#/3rdParty/Boost/src").abspath]
else :
- cppflags = [("-isystem", Dir("src").abspath)]
+ cppflags = [("-isystem", Dir("#/3rdParty/Boost/src").abspath)]
################################################################################