mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-25 22:15:14 +00:00
IMPORTANT: FIX LOCALE INSTALLATION
This commit is contained in:
parent
de65bfad55
commit
8a6d81473e
1 changed files with 1 additions and 1 deletions
|
@ -1246,7 +1246,7 @@ if (NOT ANDROID OR TERMUX)
|
|||
install(DIRECTORY papers DESTINATION ${CMAKE_INSTALL_DOCDIR}/other)
|
||||
install(FILES LICENSE DESTINATION ${CMAKE_INSTALL_DATADIR}/licenses/furnace)
|
||||
list(APPEND DEPENDENCIES_DEFINES LOCALE_DIR="${CMAKE_INSTALL_LOCALEDIR}")
|
||||
install(DIRECTORY po/locale DESTINATION ${CMAKE_INSTALL_LOCALEDIR})
|
||||
install(DIRECTORY po/locale/ DESTINATION ${CMAKE_INSTALL_LOCALEDIR})
|
||||
if (WITH_DEMOS OR WITH_INSTRUMENTS OR WITH_WAVETABLES)
|
||||
set(FURNACE_DATADIR ${CMAKE_INSTALL_FULL_DATADIR}/furnace)
|
||||
if (WITH_DEMOS)
|
||||
|
|
Loading…
Reference in a new issue