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

Commit

Permalink
fixes dest folder issue for cython
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanfisher committed Aug 16, 2015
1 parent e3ac953 commit 580640f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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/

Expand Down

0 comments on commit 580640f

Please sign in to comment.