diff options
author | S. Davilla <davilla@4pi.com> | 2011-05-30 18:57:15 -0400 |
---|---|---|
committer | S. Davilla <davilla@4pi.com> | 2011-05-30 18:57:30 -0400 |
commit | 8c076b3b0310b1421bf4602135ed698636cff62c (patch) | |
tree | 68a85e793a726f64fdda91e1f31c9b1deebf2082 /tools/darwin/depends/libmad | |
parent | f03ed88ecace521410824238f6a696dcbba01292 (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/libmad')
-rw-r--r-- | tools/darwin/depends/libmad/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/darwin/depends/libmad/Makefile b/tools/darwin/depends/libmad/Makefile index 07b3282ee8..d1d4d33504 100644 --- a/tools/darwin/depends/libmad/Makefile +++ b/tools/darwin/depends/libmad/Makefile @@ -28,7 +28,7 @@ $(SOURCE): $(TARBALLS_LOCATION)/$(ARCHIVE) cd $(SOURCE); $(CONFIGURE) $(LIBDYLIB): $(SOURCE) - make -C $(SOURCE) + make -j $(MAKE_JOBS) -C $(SOURCE) .installed: make -C $(SOURCE) install |