We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd37bb7 commit 9f73a2fCopy full SHA for 9f73a2f
src/pl/tcl/Makefile
@@ -11,7 +11,7 @@ top_builddir = ../../..
11
include $(top_builddir)/src/Makefile.global
12
13
14
-override CPPFLAGS := $(TCL_INCLUDE_SPEC) $(CPPFLAGS)
+override CPPFLAGS := -I. -I$(srcdir) $(TCL_INCLUDE_SPEC) $(CPPFLAGS)
15
16
# On Windows, we don't link directly with the Tcl library; see below
17
ifneq ($(PORTNAME), win32)
0 commit comments