Make sure $prefix/lib/janet is created

After we removed cook.janet, jpm didn't work well out of the box
with a meson install.
This commit is contained in:
Calvin Rose 2019-11-08 18:43:53 -06:00
parent 0e464ded3d
commit c12eaa926a
2 changed files with 1 additions and 0 deletions

View File

@ -256,3 +256,4 @@ janet_binscripts = [
'auxbin/jpm'
]
install_data(sources : janet_binscripts, install_dir : 'bin')
install_data(sources : ['tools/.keep'], install_dir : 'lib/janet')

0
tools/.keep Normal file
View File