From 2473bb8e308f7a5613a0cabe419d2a1d9b470645 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Thu, 31 Oct 2024 18:53:17 +0100 Subject: Fix part accidentally removed with Borland things. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- siputils.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/siputils.py b/siputils.py index 879a7eb..a9b16ad 100644 --- a/siputils.py +++ b/siputils.py @@ -1511,6 +1511,8 @@ class ProgramMakefile(Makefile): build.extend(self.optional_list("CXXFLAGS")) + build.append(source) + if self.generator in ("MSVC", "MSVC.NET"): build.append("-Fe") build.append("/link") -- cgit v1.2.1