Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
Signed-off-by: Cole Miller <[email protected]>
  • Loading branch information
cole-miller committed Aug 13, 2024
1 parent 6d650bc commit c8d9410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/musl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
export PREFIX="$(pwd)/static-prefix"
contrib/build-static-deps.sh
export PKG_CONFIG_PATH="$PREFIX/lib/pkgconfig"
export PATH="$PREFIX/bin:$PATH"
export PATH="$PREFIX/musl/bin:$PATH"
export CC=musl-gcc
export CFLAGS="-I$PREFIX/musl/include"
export LDFLAGS="-static"
Expand Down

0 comments on commit c8d9410

Please sign in to comment.