mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-04 08:17:17 -05:00
[meson] /usr/local/lib for quickjs
This commit is contained in:
parent
743560ff55
commit
7c6be025fa
@ -458,7 +458,7 @@ if not compiler.links('''#include <stdint.h>
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
if conf_data.get('CONFIG_QUICKJS')
|
if conf_data.get('CONFIG_QUICKJS')
|
||||||
quickjsdeps = compiler.find_library('quickjs/libquickjs', static: true)
|
quickjsdeps = compiler.find_library('quickjs/libquickjs', static: true, dirs: ['/usr/local/lib'])
|
||||||
deps += quickjsdeps
|
deps += quickjsdeps
|
||||||
deps += dep_atomic
|
deps += dep_atomic
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user