1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-16 23:34:10 +02:00

Apple fixes

This commit is contained in:
Brian Fiete 2019-10-29 05:01:04 -07:00
parent 43b69023f6
commit 9f3fded709
23 changed files with 847 additions and 425 deletions

View file

@ -8519,7 +8519,7 @@ namespace IDE
default:
}
case .macOS:
newString.AppendF("./{} -Wl,-rpath -Wl,.", rtName);
newString.AppendF("./{} -Wl,-rpath -Wl,@executable_path", rtName);
case .iOS:
case .Linux:
newString.AppendF("./{} -Wl,-rpath -Wl,$ORIGIN", rtName);