mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -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
|
||||
|
||||
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 += dep_atomic
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user