11 lines
317 B
Diff
11 lines
317 B
Diff
--- premake5.lua 2020-12-20 03:44:14.574580005 +0000
|
|
+++ premake5.lua.new 2020-12-20 03:43:50.664794008 +0000
|
|
@@ -49,7 +49,7 @@
|
|
workspace "otfcc"
|
|
configurations { "release", "debug" }
|
|
|
|
- platforms { "x64", "x86" }
|
|
+ platforms { "x64", "x86", "arm64" }
|
|
filter "action:xcode4"
|
|
platforms { "x64" }
|
|
filter {}
|