aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMemphiz <memphis@machzwo.de>2011-11-14 20:32:22 +0100
committerMemphiz <memphis@machzwo.de>2011-11-14 20:32:22 +0100
commitd8db008195e02694fd762b7f144949fc8074f78a (patch)
tree3cdb4ad459a496b0327ca3e05534e74fc33234a1 /tools
parente6f9da4f155696c4f5d235e120695f99145a7998 (diff)
[fix] - libplist doesn't like -j8 ... so we force to -j1 ...
Diffstat (limited to 'tools')
-rw-r--r--tools/darwin/depends/libplist/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/darwin/depends/libplist/Makefile b/tools/darwin/depends/libplist/Makefile
index 902e9605a7..3f9734d241 100644
--- a/tools/darwin/depends/libplist/Makefile
+++ b/tools/darwin/depends/libplist/Makefile
@@ -31,7 +31,7 @@ $(SOURCE): $(TARBALLS_LOCATION)/$(ARCHIVE)
-DCMAKE_FIND_ROOT_PATH=$(platform_sdk_path) ..
$(LIBDYLIB): $(SOURCE)
- make -j $(MAKE_JOBS) -C $(SOURCE)/build
+ make -j 1 -C $(SOURCE)/build
.installed:
make -C $(SOURCE)/build install