updated build system
This commit is contained in:
parent
f480720665
commit
3365363d23
@ -31,7 +31,10 @@ if [ "${PROJECT_IS_MINGW}" == "1" ] && [ "${PROJECT_STATIC_LINK}" == "OFF" ]; th
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "${PROJECT_ENABLE_CURL}" == "ON" ]; then
|
if [ "${PROJECT_ENABLE_CURL}" == "ON" ]; then
|
||||||
PROJECT_MINGW64_COPY_DEPENDENCIES+=(/mingw64/bin/libcurl*.dll)
|
PROJECT_MINGW64_COPY_DEPENDENCIES+=(
|
||||||
|
/mingw64/bin/libcurl*.dll
|
||||||
|
/mingw64/bin/libnghttp2-*.dll
|
||||||
|
)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "${PROJECT_ENABLE_FLAC}" == "ON" ]; then
|
if [ "${PROJECT_ENABLE_FLAC}" == "ON" ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user