From fa68ff2780baccc92ca45f4a3c5e3da0af1c6568 Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Thu, 15 Jun 2023 19:49:05 -0500 Subject: [PATCH] [buildcore] Make configure-xcode only available on Mac --- base.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/base.mk b/base.mk index ce96ec3..4275750 100644 --- a/base.mk +++ b/base.mk @@ -1,5 +1,5 @@ # -# Copyright 2016 - 2021 gary@drinkingtea.net +# Copyright 2016 - 2023 gary@drinkingtea.net # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this @@ -155,9 +155,11 @@ conan: ${ENV_RUN} ${PYBB} conan-install ${PROJECT_NAME} endif # USE_VCPKG ############################################### +ifeq (${OS},darwin) .PHONY: configure-xcode configure-xcode: ${ENV_RUN} ${SETUP_BUILD} ${VCPKG_TOOLCHAIN} --build_tool=xcode --current_build=0 --build_root=${BUILD_PATH} +endif .PHONY: configure-release configure-release: