add macos frameworks
This commit is contained in:
parent
2131f9985d
commit
2a39e067be
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -52,7 +52,7 @@ jobs:
|
||||||
- name: All in one
|
- name: All in one
|
||||||
run: |
|
run: |
|
||||||
cd exes/all
|
cd exes/all
|
||||||
export CGO_LDFLAGS="-L/usr/local/opt/openssl@3/lib"
|
export CGO_LDFLAGS="-L/usr/local/opt/openssl@3/lib -framework Security -framework CoreFoundation"
|
||||||
make build
|
make build
|
||||||
|
|
||||||
- name: Move artifacts
|
- name: Move artifacts
|
||||||
|
|
Loading…
Reference in a new issue