Skip to content

Commit

Permalink
add glibc in release message (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
travislee89 authored Sep 18, 2024
1 parent d1610dd commit 458d8df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions curl-static-cross.sh
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,7 @@ arch_variants() {
else
# Uses Clang for default cross-compilation
install_cross_compile_debian;
libc_flag="-glibc";
fi
else
# If the architecture is the same as the host, no need to cross compile
Expand Down

0 comments on commit 458d8df

Please sign in to comment.