Fix compile under waf and pass modified settings to extension

This commit is contained in:
Jacob Dufault 2017-04-19 10:06:39 -07:00
parent ea045499b6
commit bc838822a5

View File

@ -103,8 +103,9 @@ def build(bld):
includes=[ includes=[
'third_party/', 'third_party/',
'third_party/doctest/', 'third_party/doctest/',
'third_party/rapidjson/include', 'third_party/rapidjson/include/',
'third_party/sparsehash/src', 'third_party/sparsehash/src/',
'third_party/sparsepp/',
CLANG_INCLUDE_DIR], CLANG_INCLUDE_DIR],
lib=lib, lib=lib,
libpath=[CLANG_LIB_DIR], libpath=[CLANG_LIB_DIR],