diff options
author | S. Davilla <davilla@4pi.com> | 2011-05-31 09:02:41 -0400 |
---|---|---|
committer | S. Davilla <davilla@4pi.com> | 2011-05-31 09:02:41 -0400 |
commit | 8074b455110a6528c1bbc1274c7f5289a4defc01 (patch) | |
tree | 4c96d6b1f690534951d58611d41db80df431e013 /tools/darwin/depends | |
parent | 8a248b00f495048185b7f3522630079ad845e568 (diff) |
[ios] fixed darwin depends, opps. use the correct var for sdk testing
Diffstat (limited to 'tools/darwin/depends')
-rw-r--r-- | tools/darwin/depends/gettext/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/darwin/depends/gettext/Makefile b/tools/darwin/depends/gettext/Makefile index 26d6369a49..d2b5a55769 100644 --- a/tools/darwin/depends/gettext/Makefile +++ b/tools/darwin/depends/gettext/Makefile @@ -28,7 +28,7 @@ $(SOURCE): $(TARBALLS_LOCATION)/$(ARCHIVE) $(ARCHIVE_TOOL) $(ARCHIVE_TOOL_FLAGS) $(TARBALLS_LOCATION)/$(ARCHIVE) echo $(SOURCE) > .gitignore cd $(SOURCE); patch -p0 <../01-gettext-tools-Makefile.in.patch - if [ "$(platform_sdk_version)" != "4.2" ]; then \ + if [ "$(SDK)" != "4.2" ]; then \ cd $(SOURCE); patch -p1 <../02-gettext-tools-stpncpy.patch; \ fi cd $(SOURCE); $(CONFIGURE) |