From b6c6cf00d09b5914ec1239bb5762fe34ec4f1fd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tam=C3=A1s=20B=C3=A1lint=20Misius?= Date: Sun, 11 Jun 2023 18:20:26 +0200 Subject: [PATCH] Enable installation in the meson config --- meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/meson.build b/meson.build index 45d684303..ee9f0c862 100644 --- a/meson.build +++ b/meson.build @@ -356,6 +356,7 @@ if get_option('build_powder') win_subsystem: is_debug ? 'console' : 'windows', link_args: project_link_args, dependencies: powder_deps, + install: true, ) endif endif