yaml-cpp: install with -j 1

This commit is contained in:
Boris Nagaev 2016-07-16 00:40:01 +03:00
parent a239f4ae92
commit 4e9a20bf4e
1 changed files with 1 additions and 1 deletions

View File

@ -20,5 +20,5 @@ define $(PKG)_BUILD
'$(SOURCE_DIR)'
$(MAKE) -C '$(BUILD_DIR)' -j $(JOBS) VERBOSE=1
$(MAKE) -C '$(BUILD_DIR)' -j $(JOBS) install
$(MAKE) -C '$(BUILD_DIR)' -j 1 install
endef