diff options
author | S. Davilla <davilla@4pi.com> | 2011-06-12 21:35:20 -0400 |
---|---|---|
committer | S. Davilla <davilla@4pi.com> | 2011-06-12 21:38:36 -0400 |
commit | c3d3f3503e5c8d4578c2845f2fbf04c1698a50e2 (patch) | |
tree | 651be7db646cb5fea40247298201c384abf0e03a | |
parent | 873405b71dbad9d650d71c2701fe0981986ae09e (diff) |
[osx/ios] fixed darwin depends, libmodplug builds i386 instead of armv7. needs autoreconf
-rw-r--r-- | tools/darwin/depends/libmodplug/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/darwin/depends/libmodplug/Makefile b/tools/darwin/depends/libmodplug/Makefile index 0c24f3c9b8..63dd95e6e2 100644 --- a/tools/darwin/depends/libmodplug/Makefile +++ b/tools/darwin/depends/libmodplug/Makefile @@ -7,6 +7,7 @@ SOURCE=$(LIBNAME)-$(VERSION) ARCHIVE=$(SOURCE).tar.gz # configuration settings +export PATH:=$(TOOLCHAIN)/bin:${PREFIX}/bin:/Developer/usr/bin:${PATH} CONFIGURE=./configure --prefix=$(PREFIX) LIBDYLIB=$(SOURCE)/.libs/$(LIBNAME).dylib @@ -20,6 +21,7 @@ $(SOURCE): $(TARBALLS_LOCATION)/$(ARCHIVE) rm -rf $(SOURCE) $(ARCHIVE_TOOL) $(ARCHIVE_TOOL_FLAGS) $(TARBALLS_LOCATION)/$(ARCHIVE) echo $(SOURCE) > .gitignore + cd $(SOURCE); autoreconf -vif cd $(SOURCE); $(CONFIGURE) $(LIBDYLIB): $(SOURCE) |