meson.build: Remove the logic to link C code with the C++ linker
commit785abf0dcff0e229aae901485e930f36a8d2ebb2
authorThomas Huth <thuth@redhat.com>
Thu, 6 Jul 2023 06:47:36 +0000 (6 08:47 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 7 Jul 2023 10:49:22 +0000 (7 12:49 +0200)
tree927b0bf97a8d8644245e85a9cc5b8f5314dc098b
parent3d7b89748afe9791a8568dfdb7d51fb2029bf8c2
meson.build: Remove the logic to link C code with the C++ linker

We are not mixing C++ with C code anymore, the only remaining
C++ code in qga/vss-win32/ is used for a plain C++ executable.
Thus we can remove the hacks for linking C code with the C++ linker
now to simplify meson.build a little bit, and also to avoid that
some C++ code sneaks in by accident again.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-ID: <20230706064736.178962-1-thuth@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
meson.build
qga/meson.build
scripts/main.c [deleted file]