Skip to content

Commit

Permalink
[darwin-deps] - force libGLEW to only onejob (doesn't handle it solid)
Browse files Browse the repository at this point in the history
  • Loading branch information
Memphiz committed May 11, 2012
1 parent 58eb3f7 commit a3f80fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/darwin/depends/libGLEW/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ $(SOURCE): $(TARBALLS_LOCATION)/$(ARCHIVE)
echo $(SOURCE) > .gitignore

$(LIBDYLIB): $(SOURCE)
make -j $(MAKE_JOBS) -C $(SOURCE)
make -j 1 -C $(SOURCE)

.installed:
make -C $(SOURCE) install
Expand Down

0 comments on commit a3f80fb

Please sign in to comment.