diff options
Diffstat (limited to 'SConstruct')
-rwxr-xr-x | SConstruct | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct index 84a0a98ed..9659b15ad 100755 --- a/SConstruct +++ b/SConstruct @@ -1381,6 +1381,8 @@ for root, dirs, files in os.walk(ext_dir): main.SConscript(joinpath(root, 'SConscript'), variant_dir=joinpath(build_root, build_dir)) +main.Prepend(CPPPATH=Dir('ext/pybind11/include/')) + ################################################### # # This function is used to set up a directory with switching headers |