Skip to content

Commit

Permalink
waf: use lazy detection for msvc
Browse files Browse the repository at this point in the history
  • Loading branch information
srouquette committed Sep 2, 2015
1 parent b2add84 commit cb6153f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wafcfg/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@

@conf
def set_env(conf):
conf.env.MSVC_LAZY_AUTODETECT = True
conf.define('BOOSTTHREAD_USE_LIB', 1)
conf.define('BOOSTTHREAD_VERSION', 4)
conf.define('GTEST_LANG_CXX11', 1)
Expand Down

0 comments on commit cb6153f

Please sign in to comment.