Skip to content

Commit

Permalink
add to cc
Browse files Browse the repository at this point in the history
  • Loading branch information
momentmaker committed Jan 27, 2024
1 parent 6b2fc08 commit 91dc601
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.develop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ builds:
post: ./tools/bin/goreleaser_utils build_post_hook {{ dir .Path }} {{ .Os }} {{ .Arch }}
env:
- CGO_ENABLED=1
- CC=$ZIG_EXEC cc -target aarch64-linux-gnu
- CC=$ZIG_EXEC cc -target aarch64-linux-gnu -shared -o libwasmvm.so wasmvm.so
- CCX=$ZIG_EXEC c++ -target aarch64-linux-gnu -shared -o libwasmvm.so wasmvm.so
flags:
- -trimpath
Expand All @@ -44,7 +44,7 @@ builds:
post: ./tools/bin/goreleaser_utils build_post_hook {{ dir .Path }} {{ .Os }} {{ .Arch }}
env:
- CGO_ENABLED=1
- CC=$ZIG_EXEC cc -target x86_64-linux-gnu
- CC=$ZIG_EXEC cc -target x86_64-linux-gnu -shared -o libwasmvm.so wasmvm.so
- CCX=$ZIG_EXEC c++ -target x86_64-linux-gnu -shared -o libwasmvm.so wasmvm.so
flags:
- -trimpath
Expand Down

0 comments on commit 91dc601

Please sign in to comment.