mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-17 13:20:45 +00:00
Fix typo using ENABLE_I18N_STRINGS var
This commit is contained in:
parent
712d84e44e
commit
8817724e44
@ -102,7 +102,7 @@ set(DATA_OUTPUT_DIR ${CMAKE_BINARY_DIR}/bin/data)
|
||||
######################################################################
|
||||
# Clone "strings" repo with translations into bin/data/strings.git
|
||||
|
||||
if(ENABLE_I18N_STRINGS_REPO)
|
||||
if(ENABLE_I18N_STRINGS)
|
||||
include(FetchContent)
|
||||
find_package(Git)
|
||||
if(GIT_FOUND)
|
||||
@ -137,7 +137,7 @@ foreach(fn ${src_data_files})
|
||||
list(APPEND out_data_files ${DATA_OUTPUT_DIR}/${fn})
|
||||
endforeach()
|
||||
|
||||
if(ENABLE_I18N_STRINGS_REPO AND GIT_FOUND)
|
||||
if(ENABLE_I18N_STRINGS AND GIT_FOUND)
|
||||
# Copy original en.ini to strings.git/en.ini to keep it updated. We
|
||||
# have to manually sync the "en.ini" file in the "strings" repo from
|
||||
# the "aseprite" repo.
|
||||
|
Loading…
x
Reference in New Issue
Block a user