diff options
| author | ruki <[email protected]> | 2020-05-19 23:13:00 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-05-19 13:18:02 +0800 |
| commit | 3531c0cb2c7f2f84f37e3c4ac42ad142d7a74bf0 (patch) | |
| tree | 57b9141df898044e8aa707a8a5513dcba7e89c11 | |
| parent | 26880aba618ec5aab600170f1d695d34ee742068 (diff) | |
add envs to iphoneos/watchos
| -rw-r--r-- | xmake/platforms/iphoneos/xmake.lua | 2 | ||||
| -rw-r--r-- | xmake/platforms/watchos/xmake.lua | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/xmake/platforms/iphoneos/xmake.lua b/xmake/platforms/iphoneos/xmake.lua index ff5ba2204..d0d57f5da 100644 --- a/xmake/platforms/iphoneos/xmake.lua +++ b/xmake/platforms/iphoneos/xmake.lua @@ -37,7 +37,7 @@ platform("iphoneos") on_check("check") -- set toolchains - set_toolchains("xcode") + set_toolchains("envs", "xcode") -- set menu set_menu { diff --git a/xmake/platforms/watchos/xmake.lua b/xmake/platforms/watchos/xmake.lua index 1356af3ab..9215e2b96 100644 --- a/xmake/platforms/watchos/xmake.lua +++ b/xmake/platforms/watchos/xmake.lua @@ -37,7 +37,7 @@ platform("watchos") on_check("check") -- set toolchains - set_toolchains("xcode") + set_toolchains("envs", "xcode") -- set menu set_menu { |
