Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment