You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Don't use ld(1) option --version-script on Darwin (OS X)
The linker on OS X does not support the --version-script flag. This
commit detects the Darwin/OS X OS in the Makefile and doesn't use the
flag in that case.
This is commit is mostly to keep the code compiling on OS X and to
document the issue.
Signed-off-by: Christian Lindig <[email protected]>
0 commit comments