summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorAndrew Morrow <acm@mongodb.com>2015-05-20 16:08:15 -0400
committerAndrew Morrow <acm@mongodb.com>2015-05-22 12:13:16 -0400
commit6b9931d988cb2ece7dca174a40645a3c7a14e8e2 (patch)
tree6cb15472ad76efd2fa88fa396fc062ae7e0ae5a9 /SConstruct
parent3dc20841d6e9e3f2d5311d2d366450f87a393234 (diff)
downloadmongo-6b9931d988cb2ece7dca174a40645a3c7a14e8e2.tar.gz
SERVER-18569 Standalone ASIO build system integration
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 2 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index 8b2e080be49..94bc9cb32e7 100644
--- a/SConstruct
+++ b/SConstruct
@@ -291,6 +291,8 @@ add_option( "use-system-stemmer", "use system version of stemmer", 0, True )
add_option( "use-system-yaml", "use system version of yaml", 0, True )
+add_option( "use-system-asio", "use system version of ASIO", 0, True )
+
add_option( "use-system-all" , "use all system libraries", 0 , True )
# deprecated