mirror of
https://github.com/janet-lang/janet
synced 2025-01-12 00:20:26 +00:00
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:
parent
0e464ded3d
commit
c12eaa926a
@ -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
0
tools/.keep
Normal file
Loading…
Reference in New Issue
Block a user