Make meson actually install the binary
This commit is contained in:
parent
5f25560811
commit
1ce8a74669
1 changed files with 2 additions and 1 deletions
|
|
@ -50,5 +50,6 @@ executable(
|
|||
dependency('libinput'),
|
||||
meson.get_compiler('c').find_library('m', required: false),
|
||||
dependency('xkbcommon'),
|
||||
]
|
||||
],
|
||||
install: true
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue