1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-17 23:56:05 +02:00

macOS fixes

This commit is contained in:
bfiete 2020-05-21 13:30:30 -07:00
parent 672be8a8f7
commit af77115f18
6 changed files with 23 additions and 40 deletions

View file

@ -312,6 +312,9 @@ namespace IDE
if (mPlatformType == .Linux)
linkLine.Append("-no-pie ");
if (mPlatformType == .macOS)
linkLine.Append("-Wl,-no_compact_unwind ");
linkLine.Append(objectsArg);
//var destDir = scope String();