Fix pacakage name for macOS builds (#2668)

This commit is contained in:
Itay Cohen 2021-04-15 22:13:57 +03:00 committed by GitHub
parent 8d47919234
commit 1f129618e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -187,7 +187,7 @@ jobs:
source scripts/prepare_breakpad_macos.sh
mkdir build
cd build
PACKAGE_NAME=Cutter-${PACKAGE_ID}-Darwin
PACKAGE_NAME=Cutter-${PACKAGE_ID}-x64.macOS
cmake \
-DCMAKE_BUILD_TYPE=Release \
-DPYTHON_LIBRARY="$CUTTER_DEPS_PYTHON_PREFIX/lib/libpython3.9.dylib" \