forked from lthn/blockchain
macos CMAKE_OSX_SYSROOT: env
This commit is contained in:
parent
b94860a3c8
commit
3f2337cfb4
2 changed files with 2 additions and 0 deletions
1
.github/workflows/cli-testnet.yml
vendored
1
.github/workflows/cli-testnet.yml
vendored
|
|
@ -11,6 +11,7 @@ on:
|
|||
- '**.md'
|
||||
|
||||
env:
|
||||
CMAKE_OSX_SYSROOT: "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.2.1.sdk"
|
||||
CCACHE_SETTINGS: |
|
||||
ccache --max-size=150M
|
||||
ccache --set-config=compression=true
|
||||
|
|
|
|||
1
Makefile
1
Makefile
|
|
@ -139,3 +139,4 @@ help: ## Show this help
|
|||
@egrep -h '\s##\s' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m make %-30s\033[0m %s\n", $$1, $$2}'
|
||||
|
||||
.PHONY: all release debug static static-release gui gui-release gui-static gui-release-static gui-debug test test-release test-debug clean tags macos-gui ci-testnet ci-release
|
||||
.PHONY: ci-package-linux ci-linux-amd64-release ci-macos-amd64-release ci-macos-arm64-release ci-linux-amd64-testnet ci-macos-amd64-testnet ci-macos-arm64-testnet
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue