aboutsummaryrefslogtreecommitdiffhomepage
path: root/meson.build
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2020-07-18 15:44:04 -0500
committerCalvin Rose <calsrose@gmail.com>2020-07-18 15:44:04 -0500
commit286230f477728b5dfff9229a35148794d5c0ed99 (patch)
treec93e3c74c27cb2feed9bcf28dea15723039d5c98 /meson.build
parentAddress #394 and #451 - Prepare for 1.11.0 (diff)
Fix meson paths.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 56d3476a..cec15317 100644
--- a/meson.build
+++ b/meson.build
@@ -257,6 +257,6 @@ if get_option('peg') and not get_option('reduced_os') and get_option('processes'
output : ['jpm'],
command : [janet_nativeclient, '@INPUT@', '@OUTPUT@',
'--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'))])
endif