ci: fix MSYS2 build

This commit is contained in:
tobtoht
2025-02-25 04:12:17 +01:00
parent 521fee91cd
commit 413c0db7c0
4 changed files with 8 additions and 7 deletions

View File

@@ -68,6 +68,7 @@ set(CMAKE_AUTORCC ON)
set(CMAKE_AUTOUIC ON)
get_directory_property(ARCH_WIDTH DIRECTORY "monero" DEFINITION ARCH_WIDTH)
get_directory_property(Boost_VERSION_STRING DIRECTORY "monero" DEFINITION Boost_VERSION_STRING)
if (NOT CMAKE_BUILD_TYPE STREQUAL "Debug")
add_definitions(-DQT_NO_DEBUG)