cgal: install with -j 1

This commit is contained in:
Boris Nagaev 2016-07-15 11:41:24 +03:00
parent 837e5e705c
commit fa95f391b6
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ define $(PKG)_BUILD
-C '$(PWD)/src/cgal-TryRunResults.cmake' .
$(MAKE) -C '$(1)' -j $(JOBS)
$(MAKE) -C '$(1)' -j $(JOBS) install
$(MAKE) -C '$(1)' -j 1 install
cd '$(1)/examples/AABB_tree' && '$(TARGET)-cmake' \
-DWITH_CGAL_Qt3:BOOL=OFF \