diff --git a/deps/buildcore/base.mk b/deps/buildcore/base.mk index ce96ec35..42757508 100644 --- a/deps/buildcore/base.mk +++ b/deps/buildcore/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: