mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-18 10:56:11 +00:00
Run always the bundled Rizin's Ninja (#3108)
This ensures that the bundled Rizin will always be built when Cutter is, to compile with any changes made to Rizin.
This commit is contained in:
parent
9b093d6f4c
commit
9bf4dd3be2
@ -40,6 +40,7 @@ ExternalProject_Add(Rizin-Bundled
|
||||
SOURCE_DIR "${RIZIN_SOURCE_DIR}"
|
||||
CONFIGURE_COMMAND "${MESON}" "<SOURCE_DIR>" ${MESON_OPTIONS} && "${MESON}" configure ${MESON_OPTIONS} --buildtype "$<$<CONFIG:Debug>:debug>$<$<NOT:$<CONFIG:Debug>>:release>"
|
||||
BUILD_COMMAND "${NINJA}"
|
||||
BUILD_ALWAYS TRUE
|
||||
INSTALL_COMMAND "${NINJA}" install)
|
||||
|
||||
set(Rizin_INCLUDE_DIRS "${RIZIN_INSTALL_DIR}/include/librz" "${RIZIN_INSTALL_DIR}/include/librz/sdb")
|
||||
|
Loading…
Reference in New Issue
Block a user