diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-01-09 11:47:38 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2022-01-10 01:10:01 +0100 |
commit | 32d72527ff6ddd27a823f0b68ff811daa5692719 (patch) | |
tree | a83ba9aec627eaf6e3cd13d819e428420e9a439c | |
parent | 65411c74aa20ff9a95283533954ea77ee25792a2 (diff) | |
download | sip4-tqt-32d72527ff6ddd27a823f0b68ff811daa5692719.tar.gz sip4-tqt-32d72527ff6ddd27a823f0b68ff811daa5692719.zip |
Fix FTBFS for build outside the source code.
This resolves issue #3.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | siputils.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/siputils.py b/siputils.py index 7521b77..fd48d94 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 = [] |