aboutsummaryrefslogtreecommitdiff
path: root/windows/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'windows/Makefile')
-rw-r--r--windows/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/Makefile b/windows/Makefile
index ad4c82c12..651de7c7f 100644
--- a/windows/Makefile
+++ b/windows/Makefile
@@ -11,7 +11,7 @@ include ../py/py.mk
INC = -I.
INC += -I$(PY_SRC)
-INC += -I$(BUILD)/includes
+INC += -I$(BUILD)
# compiler settings
CFLAGS = $(INC) -Wall -Werror -ansi -std=gnu99 -DUNIX