Skip to content

Commit 54a57c2

Browse files
committed
build: update meson default data directory
1 parent 40c920c commit 54a57c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meson_options.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
option('debug_type', type: 'combo', choices: ['full','minimal','release'], value:'minimal', description: 'Enable certain Debug features, that might slow down the game')
2-
option('cccpdatadir', type:'string', value:'../Cortex-Command-Community-Project-Data', description: 'Path to the Cortex Command Data Repository')
2+
option('cccpdatadir', type:'string', value:'.', description: 'Path to the Cortex Command Data Repository')
33
option('data_install_dir', type:'string', value:'share/CortexCommand', description: 'Where to install the data files relative to prefix directory')
44
option('install_fmod', type:'boolean', value: true, description: 'Wether to install the fmod library.')
55
option('fmod_dir', type:'string', value:'lib/CortexCommand/', description: 'Where to install the fmod library relative to prefix directory.')

0 commit comments

Comments
 (0)