mirror of
https://github.com/kiwix/kiwix-tools.git
synced 2025-09-22 03:12:20 -04:00
Merge pull request #273 from kiwix/no_rpath
Remove rpath in installed binaries.
This commit is contained in:
commit
14b0b901f1
@ -1,4 +1,3 @@
|
|||||||
executable('kiwix-manage', ['kiwix-manage.cpp'],
|
executable('kiwix-manage', ['kiwix-manage.cpp'],
|
||||||
dependencies:all_deps,
|
dependencies:all_deps,
|
||||||
install:true,
|
install:true)
|
||||||
install_rpath: join_paths(get_option('prefix'), get_option('libdir')))
|
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
executable('kiwix-read', ['kiwix-read.cpp'],
|
executable('kiwix-read', ['kiwix-read.cpp'],
|
||||||
dependencies:all_deps,
|
dependencies:all_deps,
|
||||||
install:true,
|
install:true)
|
||||||
install_rpath: join_paths(get_option('prefix'), get_option('libdir')))
|
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
executable('kiwix-search', ['kiwix-search.cpp'],
|
executable('kiwix-search', ['kiwix-search.cpp'],
|
||||||
dependencies:all_deps,
|
dependencies:all_deps,
|
||||||
install:true,
|
install:true)
|
||||||
install_rpath: join_paths(get_option('prefix'), get_option('libdir')))
|
|
||||||
|
@ -4,5 +4,4 @@ sources += server_resources
|
|||||||
|
|
||||||
executable('kiwix-serve', sources,
|
executable('kiwix-serve', sources,
|
||||||
dependencies:all_deps,
|
dependencies:all_deps,
|
||||||
install:true,
|
install:true)
|
||||||
install_rpath: join_paths(get_option('prefix'), get_option('libdir')))
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user