We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6052675 commit fbe8a71Copy full SHA for fbe8a71
trurl.sh
@@ -65,6 +65,9 @@ _VER="$1"
65
elif [ "${_OS}" = 'mac' ]; then
66
options+=" -DCURL_LIBRARY=${_TOP}/curl/${_PP}/lib/libcurl.4.dylib"
67
elif [ "${_OS}" = 'linux' ]; then
68
+ if [ "${_CRT}" = 'musl' ]; then
69
+ _CFLAGS_GLOBAL_PATCHED="${_CFLAGS_GLOBAL_PATCHED//-static/}" # for musl gcc
70
+ fi
71
options+=" -DCURL_LIBRARY=${_TOP}/curl/${_PP}/lib/libcurl.so.4"
72
fi
73
0 commit comments