mirror of
https://github.com/rclone/rclone.git
synced 2024-11-22 15:20:38 +08:00
build: don't specify macos SDK any more as default is good enough #5951
This fixes the build, in particular the error: Failed to run ["xcrun" "--sdk" "macosx11.1" "--show-sdk-path"]: exit status 1
This commit is contained in:
parent
83b6b62c1b
commit
4bd2386632
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -52,7 +52,7 @@ jobs:
|
|||
os: macOS-latest
|
||||
go: '1.17.x'
|
||||
gotags: 'cmount'
|
||||
build_flags: '-include "^darwin/arm64" -cgo -macos-arch arm64 -macos-sdk macosx11.1 -cgo-cflags=-I/usr/local/include -cgo-ldflags=-L/usr/local/lib'
|
||||
build_flags: '-include "^darwin/arm64" -cgo -macos-arch arm64 -cgo-cflags=-I/usr/local/include -cgo-ldflags=-L/usr/local/lib'
|
||||
deploy: true
|
||||
|
||||
- job_name: windows_amd64
|
||||
|
|
Loading…
Reference in New Issue
Block a user