Commit 690d775
committed
Make: Use relative install path for C sources
The install() command for C sources was using a hardcoded absolute
path `/usr/src/`, which ignores CMAKE_INSTALL_PREFIX and breaks
builds on non-standard environments like Termux or when using
custom installation prefixes.
Relates to ashvardanian/NumKong#2871 parent 7ca3964 commit 690d775
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
861 | 861 | | |
862 | 862 | | |
863 | 863 | | |
864 | | - | |
| 864 | + | |
865 | 865 | | |
0 commit comments