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 b4a6c82 commit 6705a27Copy full SHA for 6705a27
apothecary/formulas/curl/curl.sh
@@ -484,7 +484,7 @@ function copy() {
484
mkdir -p $1/lib/$TYPE/$PLATFORM/
485
cp -Rv "build_${TYPE}_${PLATFORM}/Release/include/"* $1/include
486
mkdir -p $1/bin
487
- cp -Rv "build_${TYPE}_${PLATFORM}/Release/libcurl.a" $1/lib/$TYPE/$PLATFORM/libcurl.a
+ cp -Rv "build_${TYPE}_${PLATFORM}/Release/lib/libcurl.a" $1/lib/$TYPE/$PLATFORM/libcurl.a
488
secure "$1/lib/$TYPE/$PLATFORM/libcurl.a" "curl.pkl" "$VERSION" "$DEFINES" "$BUILD_ID" "$FORMULA_DEPENDS"
489
fi
490
# copy license file
0 commit comments