Skip to content

Commit

Permalink
Fix linux x86 musl build target
Browse files Browse the repository at this point in the history
  • Loading branch information
perklet committed Jul 9, 2024
1 parent a1b92c4 commit 7f3db38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test-make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- arch: i386
host: i386-linux-musl
capture_interface: eth0
zigflags: -target i386-linux-musl -fPIC -mno-outline-atomics
zigflags: -target x86-linux-musl -fPIC -mno-outline-atomics
- arch: arm
host: arm-linux-gnueabihf
capture_interface: eth0
Expand Down

0 comments on commit 7f3db38

Please sign in to comment.