mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-04-28 23:23:38 +00:00
Fix incorrect meson install copy path
This commit is contained in:
parent
0c7ea619a8
commit
3a429eac7a
|
|
@ -2,8 +2,8 @@
|
|||
# Asset copy
|
||||
#
|
||||
|
||||
install_subdir('Common/res', install_dir : get_option('prefix') / 'Common/res')
|
||||
install_subdir('Common/Trial', install_dir : get_option('prefix') / 'Common/Trial')
|
||||
install_subdir('Common/res', install_dir : get_option('prefix') / 'Common')
|
||||
install_subdir('Common/Trial', install_dir : get_option('prefix') / 'Common')
|
||||
install_subdir('Common/music', install_dir : get_option('prefix'))
|
||||
install_subdir('DurangoMedia/Sound', install_dir : get_option('prefix'))
|
||||
# XXX: The DLC path is handled inside of 4JLibs but Windows64 expects a Windows64Media/DLC folder to exist to load DLC from
|
||||
|
|
|
|||
Loading…
Reference in a new issue