diff options
| author | ruki <[email protected]> | 2019-04-30 00:42:22 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2019-04-29 22:14:13 +0900 |
| commit | 5d91bccd2e5770bc372fe4f176ee04d53ebb570c (patch) | |
| tree | 377fdebe8e46069c8bac7d2a35aa8a8b0d4ce248 | |
| parent | da200b1b741d66a9761c9c0224828de9cbbacfbc (diff) | |
disable arm64e
| -rw-r--r-- | xmake/platforms/iphoneos/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/platforms/iphoneos/xmake.lua b/xmake/platforms/iphoneos/xmake.lua index 83b5fd0c5..771e17634 100644 --- a/xmake/platforms/iphoneos/xmake.lua +++ b/xmake/platforms/iphoneos/xmake.lua @@ -28,7 +28,7 @@ platform("iphoneos") set_hosts("macosx") -- set archs - set_archs("arm64", "arm64e", "armv7", "armv7s", "i386", "x86_64") + set_archs("arm64", "armv7", "armv7s", "i386", "x86_64") -- set formats set_formats {static = "lib$(name).a", object = "$(name).o", shared = "lib$(name).dylib", symbol = "$(name).sym"} |
