diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2020-11-19 14:41:47 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2020-11-19 16:32:32 +0100 |
commit | dbbbb53927652f6ae49a6174eb8f49af5cacd1db (patch) | |
tree | 350082b199d44f04be7608c073721919b154fcbf /servers/rendering | |
parent | c9bd11a479099bf9d0e9d3cb61f9bf362e76344e (diff) |
OSX: Fix linking with osxcross for arm64
For some reason the `-target` option on the `LINKFLAGS` was causing a weird
issue where osxcross' clang wrapper would attempt using the system `/bin/ld`
instead of the osxcross version (which is Apple's `ld64`).
The error message would be:
```
/bin/ld: unrecognized option '-dynamic'
```
Also removed from `CCFLAGS` for consistency, it seems to work fine with only
`-mmacosx-version-min`.
Diffstat (limited to 'servers/rendering')
0 files changed, 0 insertions, 0 deletions