Fixes to the new meson/ninja build system. Pretty close to working... I think.
This commit is contained in:
@@ -1 +1,9 @@
|
||||
# Main executable script
|
||||
install_data(
|
||||
'cthulhu.py',
|
||||
rename: 'cthulhu',
|
||||
install_dir: get_option('bindir'),
|
||||
install_mode: 'rwxr-xr-x'
|
||||
)
|
||||
|
||||
subdir('cthulhu')
|
||||
Reference in New Issue
Block a user