boost: fix native darwin build

pull/2360/head
Tony Theodore 5 years ago
parent 267233abcb
commit d45663a36a

@ -103,7 +103,9 @@ define $(PKG)_BUILD_$(BUILD)
# --without-mpi \
# --without-python \
cd '$(SOURCE_DIR)' && ./tools/build/b2 \
cd '$(SOURCE_DIR)' && \
$(if $(call seq,darwin,$(OS_SHORT_NAME)),PATH=/usr/bin:$$PATH) \
./tools/build/b2 \
-a \
-q \
-j '$(JOBS)' \

Loading…
Cancel
Save