fix(link): use a more generic macos sdk path for ld

This commit is contained in:
rvcas 2020-11-15 13:13:06 -05:00
parent 424036fe0a
commit 679bef1f9d

View file

@ -263,7 +263,7 @@ fn link_macos(
.args(&[
// Libraries - see https://github.com/rtfeldman/roc/pull/554#discussion_r496392274
// for discussion and further references
"-L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/lib",
"-L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/lib",
"-lSystem",
"-lresolv",
"-lpthread",