Skip to content

Commit 3cc2072

Browse files
authored
fix: try local include (#702)
1 parent 61b5c69 commit 3cc2072

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828

2929
INCLUDE_DIRS = [
3030
"include",
31+
"extern/pybind11/include",
3132
"extern/assert/include",
3233
"extern/config/include",
3334
"extern/core/include",
@@ -43,6 +44,7 @@
4344
SRC_FILES,
4445
include_dirs=INCLUDE_DIRS,
4546
cxx_std=cxx_std,
47+
include_pybind11=False,
4648
extra_compile_args=["/d2FH4-"] if sys.platform.startswith("win32") else [],
4749
)
4850
]

0 commit comments

Comments
 (0)