diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2024-10-31 18:53:17 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2024-11-01 01:58:06 +0100 |
commit | c88f3c77411abf1088f82ae858c6e0c4f292b89e (patch) | |
tree | 39b61d4d8455c68303835edee007a775f267855a | |
parent | a0850da02417c89639d07e3ff452a6cd765945ed (diff) | |
download | sip4-tqt-r14.1.x.tar.gz sip4-tqt-r14.1.x.zip |
Fix part accidentally removed with Borland things.r14.1.x
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 2473bb8e308f7a5613a0cabe419d2a1d9b470645)
-rw-r--r-- | siputils.py | 2 |
1 files changed, 2 insertions, 0 deletions
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") |