Skip to content

Commit 384ddd1

Browse files
dschmidtmuesli
authored andcommitted
Fix compilation with latest CMake on windows
1 parent 5876236 commit 384ddd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

admin/win/Toolchain-mingw32-openSUSE.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ SET(CMAKE_SYSTEM_NAME Windows)
77
# specify the cross compiler
88
SET(CMAKE_C_COMPILER ${MINGW_PREFIX}-gcc)
99
SET(CMAKE_CXX_COMPILER ${MINGW_PREFIX}-g++)
10-
SET(CMAKE_RC_COMPILER ${MINGW_PREFIX}-windres)
10+
SET(CMAKE_RC_COMPILER /usr/bin/${MINGW_PREFIX}-windres CACHE FILEPATH "windres")
1111
SET(CMAKE_AR /usr/bin/${MINGW_PREFIX}-ar CACHE FILEPATH "ar")
1212

1313

0 commit comments

Comments
 (0)