Commit 92deb63
Use -isystem instead of -I for Sources; prevents Math.h shadowing <math.h>
On case-insensitive filesystems, -I$(top_srcdir)/Sources causes
<math.h> to resolve to ObjectivelyGPU/Math.h. -isystem places the
project include path after real system headers in the search order.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 97d57cc commit 92deb63
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
0 commit comments