mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
[meson] elinks installable
This commit is contained in:
parent
23b346d353
commit
881bb98127
@ -47,5 +47,6 @@ elinks = executable(
|
||||
'elinks', srcs,
|
||||
include_directories: incs,
|
||||
dependencies: deps,
|
||||
c_args : extra_args
|
||||
c_args: extra_args,
|
||||
install: true
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user