From 0e7970d0eee8c662e18c6b71612f77241b3f8bd0 Mon Sep 17 00:00:00 2001
From: David Hendriks <davidhendriks93@gmail.com>
Date: Tue, 19 Nov 2019 16:53:35 +0000
Subject: [PATCH] updated makefile to write the python package also to the lib

---
 Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 9605b9aa6..403b21c93 100644
--- a/Makefile
+++ b/Makefile
@@ -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:
-- 
GitLab