mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-12 05:14:10 +02:00
Linux fixes
This commit is contained in:
parent
2af278809c
commit
c7f76f879a
6 changed files with 17 additions and 17 deletions
|
@ -8522,7 +8522,7 @@ namespace IDE
|
|||
newString.AppendF("./{} -Wl,-rpath -Wl,@executable_path", rtName);
|
||||
case .iOS:
|
||||
case .Linux:
|
||||
newString.AppendF("./{} -Wl,-rpath -Wl,$ORIGIN", rtName);
|
||||
newString.AppendF("./{} -lpthread -ldl -Wl,-rpath -Wl,$ORIGIN", rtName);
|
||||
default:
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue