Skip to content

Commit

Permalink
Testing with Zoltan's patch
Browse files Browse the repository at this point in the history
  • Loading branch information
marek-safar committed Jul 26, 2018
1 parent b183101 commit 4bacab3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/mtouch/mtouch.cs
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,8 @@ public static bool GetLLVMAsmWriter (Application app)
return app.LLVMAsmWriter.Value;
switch (app.Platform) {
case ApplePlatform.iOS:
if (app.Is32Build)
return true;
return false;
case ApplePlatform.TVOS:
case ApplePlatform.WatchOS:
Expand Down

0 comments on commit 4bacab3

Please sign in to comment.