Skip to content

Commit

Permalink
gcc musl manual 4
Browse files Browse the repository at this point in the history
for emmintrin.h in zstd
  • Loading branch information
vszakats committed Oct 11, 2023
1 parent 131ced2 commit 1283d04
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions _ci-linux-debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ elif [[ "${CW_CONFIG:-}" = *'linux'* ]]; then
fi
if [[ "${CW_CONFIG:-}" = *'musl'* ]]; then
extra="${extra} musl musl-dev"
if [[ "${CW_CONFIG:-}" = *'gcc'* ]]; then
extra="${extra} libgcc${CW_GCCSUFFIX}-dev"
fi
# for openssl 'secure-memory' feature
if [ "$(uname -m)" = 'aarch64' ]; then
extra="${extra} linux-headers-arm64"
Expand Down

0 comments on commit 1283d04

Please sign in to comment.