mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 03:24:59 +00:00
DolphinQt/CMake: Fix Gettext not getting run on Windows
This commit is contained in:
parent
bdd37c4dbc
commit
481b7cd085
1 changed files with 1 additions and 1 deletions
|
@ -232,7 +232,7 @@ if(WIN32 AND NOT Gettext_FOUND)
|
|||
set(GETTEXT_MSGFMT_EXECUTABLE "${CMAKE_SOURCE_DIR}/Externals/gettext/msgfmt.exe")
|
||||
endif()
|
||||
|
||||
if(GETTEXT_MSGMERGE_EXECUTABLE AND GETTEXT_MSGFMT_EXECUTABLE)
|
||||
if(GETTEXT_MSGFMT_EXECUTABLE)
|
||||
set(pot_file "${CMAKE_SOURCE_DIR}/Languages/po/dolphin-emu.pot")
|
||||
file(GLOB LINGUAS ${CMAKE_SOURCE_DIR}/Languages/po/*.po)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue