From 38a8549e71a03aa934ca54cc0d428cfb433de462 Mon Sep 17 00:00:00 2001 From: Guldoman Date: Tue, 15 Nov 2022 16:57:50 +0100 Subject: [PATCH] Replace deprecated meson feature `gui_app` with `win_subsystem` --- src/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/meson.build b/src/meson.build index 06bb397..fee36d1 100644 --- a/src/meson.build +++ b/src/meson.build @@ -65,5 +65,5 @@ executable('lite-xl', link_args: lite_link_args, install_dir: lite_bindir, install: true, - gui_app: true, + win_subsystem: 'windows', )