Skip to content

Commit

Permalink
latest SDKs
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer committed Aug 14, 2014
1 parent b017939 commit 03bb05b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/build_against_sdk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@ platform=$(echo $UNAME | sed "y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstu

if [[ "${CXX11:-false}" != false ]]; then
# mapnik 3.x / c++11 enabled
HASH="1602-g01c6b42-cpp11"
HASH="1662-gb415549"
if [[ ${platform} == 'linux' ]]; then
upgrade_gcc
fi
else
# mapnik 2.3.x / c++11 not enabled
HASH="554-g5a481fc-cpp03"
HASH="577-ga616e9d"
fi

if [[ $platform == 'darwin' ]]; then
Expand Down

0 comments on commit 03bb05b

Please sign in to comment.