Skip to content

Commit

Permalink
use osxcross correct target folder
Browse files Browse the repository at this point in the history
  • Loading branch information
gsora committed Feb 21, 2024
1 parent ca4b931 commit 27b3340
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ builds:
- id: macos_intel
env:
- CGO_ENABLED=1
- CC=o64-clang
- CXX=o64-clang++
- CC={{.Env.OSXCROSS_FOLDER}}/target/bin/o64-clang
- CXX={{.Env.OSXCROSS_FOLDER}}/target/bin/o64-clang++
goos:
- darwin
goarch:
Expand All @@ -48,8 +48,8 @@ builds:
- id: macos_m1
env:
- CGO_ENABLED=1
- CC=oa64-clang
- CXX=oa64-clang++
- CC={{.Env.OSXCROSS_FOLDER}}/target/bin/oa64-clang
- CXX={{.Env.OSXCROSS_FOLDER}}/target/bin/oa64-clang++
goos:
- darwin
goarch:
Expand Down

0 comments on commit 27b3340

Please sign in to comment.