mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-18 10:56:11 +00:00
Fix pacakage name for macOS builds (#2668)
This commit is contained in:
parent
8d47919234
commit
1f129618e0
2
.github/workflows/ccpp.yml
vendored
2
.github/workflows/ccpp.yml
vendored
@ -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" \
|
||||
|
Loading…
Reference in New Issue
Block a user