Skip to content

Commit f9747ad

Browse files
test
1 parent 03262fa commit f9747ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ def main():
1818
Pybind11Extension(
1919
"tensor_array._ext",
2020
sources = glob.glob(os.path.join("cpp", "*.cc")),
21-
include_dirs=["usr/local/include"],
22-
library_dirs=["usr/local/lib", "usr/local/lib64"],
21+
include_dirs=["/usr/local/include"],
22+
library_dirs=["/usr/local/lib", "/usr/local/lib64"],
2323
libraries=["tensorarray_core", "tensorarray_layers"],
2424
define_macros=[("VERSION_INFO", __version__)],
2525
),

0 commit comments

Comments
 (0)