mirror of
https://github.com/janet-lang/janet
synced 2024-12-26 00:10:27 +00:00
Fix meson paths.
This commit is contained in:
parent
3ba2c7e7e8
commit
286230f477
@ -257,6 +257,6 @@ if get_option('peg') and not get_option('reduced_os') and get_option('processes'
|
|||||||
output : ['jpm'],
|
output : ['jpm'],
|
||||||
command : [janet_nativeclient, '@INPUT@', '@OUTPUT@',
|
command : [janet_nativeclient, '@INPUT@', '@OUTPUT@',
|
||||||
'--binpath=' + join_paths(get_option('prefix'), get_option('bindir')),
|
'--binpath=' + join_paths(get_option('prefix'), get_option('bindir')),
|
||||||
'--libpath=' + join_paths(get_option('prefix'), get_option('libdir'), 'janet'),
|
'--libpath=' + join_paths(get_option('prefix'), get_option('libdir')),
|
||||||
'--headerpath=' + join_paths(get_option('prefix'), get_option('includedir'))])
|
'--headerpath=' + join_paths(get_option('prefix'), get_option('includedir'))])
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user