summaryrefslogtreecommitdiff
path: root/src/third_party/asio-master/SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/asio-master/SConscript')
-rw-r--r--src/third_party/asio-master/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/third_party/asio-master/SConscript b/src/third_party/asio-master/SConscript
index 43df059f59b..e0c423ce5b4 100644
--- a/src/third_party/asio-master/SConscript
+++ b/src/third_party/asio-master/SConscript
@@ -7,7 +7,7 @@ asio_src = [
"asio/src/asio.cpp",
]
-env.InjectThirdPartyIncludePaths(libraries=['boost'])
+env.InjectThirdParty(libraries=['boost'])
env.Library(
target="asio",