From 3531c0cb2c7f2f84f37e3c4ac42ad142d7a74bf0 Mon Sep 17 00:00:00 2001 From: ruki Date: Tue, 19 May 2020 23:13:00 +0800 Subject: add envs to iphoneos/watchos --- xmake/platforms/iphoneos/xmake.lua | 2 +- 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 { -- cgit v1.3.1