From 459e7ac56b2c2bb3faeac2bf42d5d843f1da65e2 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Sat, 1 May 2021 19:31:33 +0200 Subject: [PATCH] Fix syntax error in meson.build As a result of 9daddb777be7da3626d9b1576517cd766c4ca3ad. --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 90c019aa..53f34bee 100644 --- a/meson.build +++ b/meson.build @@ -466,7 +466,7 @@ endif # We'll link these against a static library `host_common_sources` individual_host_sources = [ - 'src/wine-host/individual-host.cpp' + 'src/wine-host/individual-host.cpp', version_header, ] group_host_sources = [