Skip to content

Commit 4702764

Browse files
authored
fixing numpy absolute include path
1 parent d9005a9 commit 4702764

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quaddtype2/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ py = py_mod.find_installation('/home/rootacess/numpy-user-dtypes/quaddtype2/.ven
99
# incdir_numpy = run_command(py,
1010
# [
1111
# '-c',
12-
# 'import numpy; print(numpy.get_include())'
12+
# 'import numpy; import os; print(os.path.relpath(numpy.get_include()))'
1313
# ],
1414
# check: true
1515
# ).stdout().strip()

0 commit comments

Comments
 (0)