Attempt to fix gh

This commit is contained in:
yossizap 2020-12-15 20:45:15 +00:00 committed by Florian Märkl
parent f966551387
commit 9f32c57f1c
2 changed files with 4 additions and 1 deletions

View File

@ -101,7 +101,9 @@ jobs:
fi fi
source scripts/prepare_breakpad_linux.sh source scripts/prepare_breakpad_linux.sh
export PKG_CONFIG_PATH="$CUSTOM_BREAKPAD_PREFIX/lib/pkgconfig:${PKG_CONFIG_PATH:-}" # export PKG_CONFIG_PATH="$CUSTOM_BREAKPAD_PREFIX/lib/pkgconfig:${PKG_CONFIG_PATH:-}"
export QT_QPA_PLATFORM=minimal
export LD_LIBRARY_PATH=./Rizin-prefix/lib:$LD_LIBRARY_PATH
mkdir build mkdir build
cd build cd build
cmake --version cmake --version

View File

@ -27,6 +27,7 @@ option(CUTTER_PACKAGE_DEPENDENCIES "During install step include the third party
option(CUTTER_PACKAGE_RZ_GHIDRA "Compile and install rz-ghidra during install step." OFF) option(CUTTER_PACKAGE_RZ_GHIDRA "Compile and install rz-ghidra during install step." OFF)
option(CUTTER_PACKAGE_RZ_LIBSWIFT, "Compile and install rz-libswift demangler during the install step." OFF) option(CUTTER_PACKAGE_RZ_LIBSWIFT, "Compile and install rz-libswift demangler during the install step." OFF)
option(CUTTER_PACKAGE_JSDEC "Compile and install jsdec during install step." OFF) option(CUTTER_PACKAGE_JSDEC "Compile and install jsdec during install step." OFF)
option(CUTTER_ENABLE_TESTS "Build QtTest tests" OFF)
OPTION(CUTTER_QT6 "Use QT6" OFF) OPTION(CUTTER_QT6 "Use QT6" OFF)
if(NOT CUTTER_ENABLE_PYTHON) if(NOT CUTTER_ENABLE_PYTHON)