summaryrefslogtreecommitdiff
path: root/Demo/embed/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Demo/embed/Makefile')
-rw-r--r--Demo/embed/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Demo/embed/Makefile b/Demo/embed/Makefile
index ebc274fa7b..bdb381ed87 100644
--- a/Demo/embed/Makefile
+++ b/Demo/embed/Makefile
@@ -15,7 +15,8 @@ VERSION= 2.1
# Compiler flags
OPT= -g
INCLUDES= -I$(srcdir)/Include -I$(blddir)
-CFLAGS= $(OPT) $(INCLUDES)
+CFLAGS= $(OPT)
+CPPFLAGS= $(INCLUDES)
# The Python library
LIBPYTHON= $(blddir)/libpython$(VERSION).a