mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-07 05:53:59 -07:00
Mac client: translation path fix
This commit is contained in:
parent
c7131e3a1d
commit
7938171aca
2 changed files with 3 additions and 3 deletions
|
|
@ -157,9 +157,9 @@ SET(cockatrice_HEADERS
|
|||
src/pending_command.h
|
||||
)
|
||||
|
||||
if (UNIX)
|
||||
if (UNIX AND NOT APPLE)
|
||||
set_source_files_properties(src/main.cpp PROPERTIES COMPILE_FLAGS -DTRANSLATION_PATH=\\"${CMAKE_INSTALL_PREFIX}/share/cockatrice/translations\\")
|
||||
endif (UNIX)
|
||||
endif (UNIX AND NOT APPLE)
|
||||
|
||||
set(cockatrice_RESOURCES cockatrice.qrc)
|
||||
set(cockatrice_TS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue