diff options
author | Slávek Banko <[email protected]> | 2024-10-31 18:53:17 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2024-10-31 18:53:17 +0100 |
commit | 2473bb8e308f7a5613a0cabe419d2a1d9b470645 (patch) | |
tree | 07aa92a39cc500c3753ca8e1f09703f26e3975f1 | |
parent | cbc2d4043b4faa1c3e1c1d33155a1d203c5c626d (diff) | |
download | sip4-tqt-2473bb8e308f7a5613a0cabe419d2a1d9b470645.tar.gz sip4-tqt-2473bb8e308f7a5613a0cabe419d2a1d9b470645.zip |
Fix part accidentally removed with Borland things.
Signed-off-by: Slávek Banko <[email protected]>
-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") |