aboutsummaryrefslogtreecommitdiff
path: root/tools/darwin/depends/curl
diff options
context:
space:
mode:
authorS. Davilla <davilla@4pi.com>2011-05-30 18:57:15 -0400
committerS. Davilla <davilla@4pi.com>2011-05-30 18:57:30 -0400
commit8c076b3b0310b1421bf4602135ed698636cff62c (patch)
tree68a85e793a726f64fdda91e1f31c9b1deebf2082 /tools/darwin/depends/curl
parentf03ed88ecace521410824238f6a696dcbba01292 (diff)
[osx/ios] changed, darwin depends build. turn up the volume and run make -j hw.ncpu for building depends
Diffstat (limited to 'tools/darwin/depends/curl')
-rw-r--r--tools/darwin/depends/curl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/darwin/depends/curl/Makefile b/tools/darwin/depends/curl/Makefile
index da6362cb2c..897669c8cb 100644
--- a/tools/darwin/depends/curl/Makefile
+++ b/tools/darwin/depends/curl/Makefile
@@ -23,7 +23,7 @@ $(SOURCE): $(TARBALLS_LOCATION)/$(ARCHIVE)
cd $(SOURCE); $(CONFIGURE)
$(LIBDYLIB): $(SOURCE)
- make -C $(SOURCE)
+ make -j $(MAKE_JOBS) -C $(SOURCE)
.installed:
make -C $(SOURCE) install