Commit 0e7970d0 authored by David Hendriks's avatar David Hendriks
Browse files

updated makefile to write the python package also to the lib

parent 17a6af2b
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -44,7 +44,9 @@ SO_FLAGS := -shared
# To create python shared library
PY_EXEC 			:= python3
PY_SETUP 			:= setup.py
PY_OPTIONS 			:= build_ext --inplace
PY_OPTIONS 			:= build_ext --build-lib $(TARGET_LIB_DIR)

# PY_OPTIONS 			:= build_ext --inplace --
# maybe pass argument from here to the setup.py?

all: