Skip to content
Snippets Groups Projects
Commit 57e9bda5 authored by Andrew Dunstan's avatar Andrew Dunstan
Browse files

Unbreak vpath builds broken by commit 474a4247.

parent 92c30fd2
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ endif
# to work without, we have to skip it.
ifneq (,$(findstring yes, $(shared_libpython)$(allow_nonpic_in_shlib)))
override CPPFLAGS := -I$(srcdir) $(python_includespec) $(CPPFLAGS)
override CPPFLAGS := -I. -I$(srcdir) $(python_includespec) $(CPPFLAGS)
rpathdir = $(python_libdir)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment