mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-17 23:56:05 +02:00
macOS fixes
This commit is contained in:
parent
672be8a8f7
commit
af77115f18
6 changed files with 23 additions and 40 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue