Loading Makefile +3 −1 Original line number Diff line number Diff line Loading @@ -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: Loading Loading
Makefile +3 −1 Original line number Diff line number Diff line Loading @@ -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: Loading