mirror of
https://github.com/rkd77/elinks.git
synced 2025-02-02 15:09:23 -05:00
[meson] dirs: /usr/local/bin for DOS build
This commit is contained in:
parent
c423c68004
commit
9c1c45a3ec
@ -531,7 +531,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…
x
Reference in New Issue
Block a user