mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
chore(CI): Add support for building qrencode for macOS
CMAKE_OSX_DEPLOYMENT_TARGET has no effect when not building for macOS.
This commit is contained in:
parent
e6075c278d
commit
02f384a7d2
|
@ -10,13 +10,14 @@ readonly SCRIPT_DIR="$(dirname "$(realpath "$0")")"
|
||||||
|
|
||||||
source "${SCRIPT_DIR}/build_utils.sh"
|
source "${SCRIPT_DIR}/build_utils.sh"
|
||||||
|
|
||||||
parse_arch --dep "qrencode" --supported "win32 win64" "$@"
|
parse_arch --dep "qrencode" --supported "win32 win64 macos" "$@"
|
||||||
|
|
||||||
"${SCRIPT_DIR}/download/download_qrencode.sh"
|
"${SCRIPT_DIR}/download/download_qrencode.sh"
|
||||||
|
|
||||||
cmake . \
|
cmake . \
|
||||||
-DCMAKE_BUILD_TYPE=Release \
|
-DCMAKE_BUILD_TYPE=Release \
|
||||||
-DCMAKE_INSTALL_PREFIX="${DEP_PREFIX}" \
|
-DCMAKE_INSTALL_PREFIX="${DEP_PREFIX}" \
|
||||||
|
"-DCMAKE_OSX_DEPLOYMENT_TARGET=${MACOS_MINIMUM_SUPPORTED_VERSION}" \
|
||||||
"${CMAKE_TOOLCHAIN_FILE}" \
|
"${CMAKE_TOOLCHAIN_FILE}" \
|
||||||
-DWITH_TOOLS=OFF \
|
-DWITH_TOOLS=OFF \
|
||||||
-DBUILD_SHARED_LIBS=ON
|
-DBUILD_SHARED_LIBS=ON
|
||||||
|
|
Loading…
Reference in New Issue
Block a user