From 580640f2e3b21a6df8ef9e337bda1cb050ea703f Mon Sep 17 00:00:00 2001 From: Tristan Fisher Date: Sun, 16 Aug 2015 07:50:26 -0400 Subject: [PATCH] fixes dest folder issue for cython --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 9ef7f88..9b64a85 100644 --- a/makefile +++ b/makefile @@ -28,7 +28,7 @@ SRC_CTYPES = $(SRC_DIR)ctypes/ SRC_CPP = $(SRC_DIR)cpp/ DST_CYTHON=$(MODULE_DIR)cython/ -DST_CYTHON=$(MODULE_DIR)ctypes/ +DST_CTYPES=$(MODULE_DIR)ctypes/ DST_FFI = $(MODULE_DIR)ffi/ DST_BOOST = $(MODULE_DIR)ffi_boost/