[buildcore] Make configure-xcode only available on Mac
This commit is contained in:
parent
cbb67c51ef
commit
32df55ea43
4
deps/buildcore/base.mk
vendored
4
deps/buildcore/base.mk
vendored
@ -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
|
# 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
|
# 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}
|
${ENV_RUN} ${PYBB} conan-install ${PROJECT_NAME}
|
||||||
endif # USE_VCPKG ###############################################
|
endif # USE_VCPKG ###############################################
|
||||||
|
|
||||||
|
ifeq (${OS},darwin)
|
||||||
.PHONY: configure-xcode
|
.PHONY: configure-xcode
|
||||||
configure-xcode:
|
configure-xcode:
|
||||||
${ENV_RUN} ${SETUP_BUILD} ${VCPKG_TOOLCHAIN} --build_tool=xcode --current_build=0 --build_root=${BUILD_PATH}
|
${ENV_RUN} ${SETUP_BUILD} ${VCPKG_TOOLCHAIN} --build_tool=xcode --current_build=0 --build_root=${BUILD_PATH}
|
||||||
|
endif
|
||||||
|
|
||||||
.PHONY: configure-release
|
.PHONY: configure-release
|
||||||
configure-release:
|
configure-release:
|
||||||
|
Loading…
Reference in New Issue
Block a user