Fix FTBFS for build outside the source code.

This resolves issue #3.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 32d72527ff)
r14.0.x
Michele Calgaro 2 years ago committed by Slávek Banko
parent 42834e56c9
commit 0f32fe01e0
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -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 = []

Loading…
Cancel
Save