Commit f024a2e5 by devttys0

Fixed Makefile bug introduced in commit 73b9c415

parent 887e9292
...@@ -16,6 +16,7 @@ SRC_C_DIR="./src/C" ...@@ -16,6 +16,7 @@ SRC_C_DIR="./src/C"
all: build all: build
install: build install: build
if [ "$(BUILD_C_LIBS)" -eq "1" ]; then make -C $(SRC_C_DIR) install; fi
$(PYTHON) ./setup.py install $(PYTHON) ./setup.py install
if [ "$(BUILD_C_LIBS)" -eq "1" ]; then ldconfig || true; fi if [ "$(BUILD_C_LIBS)" -eq "1" ]; then ldconfig || true; fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment