Skip to content
This repository was archived by the owner on Jan 6, 2020. It is now read-only.

Commit 580640f

Browse files
committed
fixes dest folder issue for cython
1 parent e3ac953 commit 580640f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ SRC_CTYPES = $(SRC_DIR)ctypes/
2828
SRC_CPP = $(SRC_DIR)cpp/
2929

3030
DST_CYTHON=$(MODULE_DIR)cython/
31-
DST_CYTHON=$(MODULE_DIR)ctypes/
31+
DST_CTYPES=$(MODULE_DIR)ctypes/
3232
DST_FFI = $(MODULE_DIR)ffi/
3333
DST_BOOST = $(MODULE_DIR)ffi_boost/
3434

0 commit comments

Comments
 (0)