Commit 2803540
fix: standalone meson build broken by absolute numpy include path
include_directories() rejects absolute paths in source tree. Use
declare_dependency(compile_args: ['-I' + path]) instead.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 74eba6c commit 2803540
1 file changed
+2
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
12 | | - | |
| 10 | + | |
13 | 11 | | |
14 | 12 | | |
15 | 13 | | |
| |||
58 | 56 | | |
59 | 57 | | |
60 | 58 | | |
61 | | - | |
| 59 | + | |
62 | 60 | | |
63 | 61 | | |
64 | 62 | | |
| |||
0 commit comments