Skip to content

Commit

Permalink
update mac dep date, add md5
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmurrayvi committed May 3, 2014
1 parent 246bf93 commit a791dd7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.sh
Expand Up @@ -135,7 +135,7 @@ case $OSTYPE in
;;
darwin*)
depdirn="macosx-i686"
depversion="20130130"
depversion="20140419"
arch_flags="-m32 -arch i386"
export CFLAGS="$arch_flags"
export CXXFLAGS="$arch_flags"
Expand All @@ -152,7 +152,8 @@ case $OSTYPE in

cd dependencies

fname="$depdirn-$version-$depversion-$build.tar.bz2"
# TODO: Change this back to "$depdirn-$version-$depversion-$build.tar.bz2" with new deps
fname="$depdirn-$depversion.tar.bz2"

if [ ! -f "$fname" ] ; then
# We want the new deps instead of the old ones...
Expand Down
1 change: 1 addition & 0 deletions dependencies/macosx-i686-20140419.tar.bz2.md5
@@ -0,0 +1 @@
MD5 (macosx-i686-20140419.tar.bz2) = 41b3a32905b8adf6958ece0c85290923

0 comments on commit a791dd7

Please sign in to comment.