From 2a43a89241ff5044661fa7449d6455386cd3a449 Mon Sep 17 00:00:00 2001 From: ruki Date: Fri, 26 Jan 2024 23:46:36 +0800 Subject: select runtimes for buildhash --- xmake/toolchains/xcode/xmake.lua | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'xmake/toolchains/xcode/xmake.lua') diff --git a/xmake/toolchains/xcode/xmake.lua b/xmake/toolchains/xcode/xmake.lua index ff304e3b2..2f9e6a053 100644 --- a/xmake/toolchains/xcode/xmake.lua +++ b/xmake/toolchains/xcode/xmake.lua @@ -18,20 +18,13 @@ -- @file xmake.lua -- --- define toolchain toolchain("xcode") - - -- set homepage + set_kind("standalone") set_homepage("https://developer.apple.com/xcode/") set_description("Xcode IDE") + set_runtimes("c++_static", "c++_shared", "stdc++_static", "stdc++_shared") - -- mark as standalone toolchain - set_kind("standalone") - - -- check toolchain on_check("check") - - -- load toolchain on_load(function (toolchain) -- set toolset -- cgit v1.3.1