[darwin-deps] - force libsdl to only onejob (doesn't handle it solid)
authorMemphiz <memphis@machzwo.de>
Fri, 11 May 2012 17:24:58 +0000 (19:24 +0200)
committerMemphiz <memphis@machzwo.de>
Fri, 11 May 2012 17:24:58 +0000 (19:24 +0200)
tools/darwin/depends/libsdl/Makefile

index 7ed0eb7..45df4c5 100644 (file)
@@ -27,7 +27,7 @@ $(SOURCE): $(TARBALLS_LOCATION)/$(ARCHIVE)
        cd $(SOURCE); $(CONFIGURE)
 
 $(LIBDYLIB): $(SOURCE)
-       make -j $(MAKE_JOBS) -C $(SOURCE)
+       make -j 1 -C $(SOURCE)
 
 .installed:
        make -C $(SOURCE) install