1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-12 05:14:10 +02:00

Linux fixes

This commit is contained in:
Brian Fiete 2019-10-29 09:06:51 -07:00
parent 2af278809c
commit c7f76f879a
6 changed files with 17 additions and 17 deletions

View file

@ -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:
}