mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-16 23:34:10 +02:00
Apple fixes
This commit is contained in:
parent
43b69023f6
commit
9f3fded709
23 changed files with 847 additions and 425 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue