From 2fa7ea95c891981684a55b41977172d040c2cc55 Mon Sep 17 00:00:00 2001 From: Andrew Opalach Date: Sun, 25 May 2025 18:49:20 -0400 Subject: Support Windows XP (Old FFmpeg and build fixes) Signed-off-by: Andrew Opalach --- src/fruits/cmsrv/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fruits/cmsrv') diff --git a/src/fruits/cmsrv/meson.build b/src/fruits/cmsrv/meson.build index dce3d94..b12d00d 100644 --- a/src/fruits/cmsrv/meson.build +++ b/src/fruits/cmsrv/meson.build @@ -8,7 +8,7 @@ if use_tui cmsrv_deps += [notcurses_core] endif -if is_windows and meson.is_cross_build() +if is_windows and not is_msvc cmsrv_args += ['-static', '-static-libgcc', '-static-libstdc++', '-municode', '-mwindows'] endif -- cgit v1.2.3-101-g0448