aboutsummaryrefslogtreecommitdiff
path: root/windows/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'windows/Makefile')
-rw-r--r--windows/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/windows/Makefile b/windows/Makefile
index 2f5418886..351aad6f1 100644
--- a/windows/Makefile
+++ b/windows/Makefile
@@ -30,6 +30,7 @@ endif
SRC_C = \
unix/main.c \
unix/file.c \
+ realpath.c \
OBJ = $(PY_O) $(addprefix $(BUILD)/, $(SRC_C:.c=.o))