diff options
author | Michele Calgaro <[email protected]> | 2022-01-09 11:47:38 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2022-01-10 14:59:54 +0100 |
commit | 0f32fe01e0a284b5d504b6340de378f61eddbd29 (patch) | |
tree | 37f48fbe34f4bfb961298cec027bf4362003389b | |
parent | 42834e56c9c6a953979f2aeb7a429444ca1b4cb8 (diff) | |
download | sip4-tqt-0f32fe01e0a284b5d504b6340de378f61eddbd29.tar.gz sip4-tqt-0f32fe01e0a284b5d504b6340de378f61eddbd29.zip |
Fix FTBFS for build outside the source code.
This resolves issue #3.
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 32d72527ff6ddd27a823f0b68ff811daa5692719)
-rw-r--r-- | siputils.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/siputils.py b/siputils.py index 17935ba..47e2220 100644 --- a/siputils.py +++ b/siputils.py @@ -1029,6 +1029,7 @@ class Makefile: for f in self.optional_list("INCDIR"): cppflags.append("-I" + _quote(f)) + cppflags.append("-I" + self._src_dir) libs = [] |