Skip to content

Commit

Permalink
update Mapnik 32 SDK link - refs #260
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer committed May 27, 2014
1 parent 0c51abc commit eece4b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ install:
- node --version
- npm --version
#- node-gyp --version
- icacls lib\
- ps: Get-ChildItem -Path lib\ | Get-Acl
- scripts\build_against_sdk_00-START-HERE.bat
- icacls lib\binding\
- ps: Get-ChildItem -Path lib\binding | Get-Acl
Expand Down
2 changes: 1 addition & 1 deletion scripts/build_against_sdk_01-download-deps.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ $msg_prefix='====================== '
Try{

Write-Output "$msg_prefix MAPNIK_VERSION: $env:MAPNIK_VERSION"
$mapnik_remote='https://mapnik.s3.amazonaws.com/dist/dev/mapnik-v2.3.0.7z'
$mapnik_remote='https://mapnik.s3.amazonaws.com/dist/dev/mapnik-v2.3.0-dc7fc3544685e7d98282104d2faed53d0ea004d2.7z'
$mapnik_local="$env:DL_DIR\mapnik-sdk$env:MAPNIK_VERSION.7z"

###CREATE DOWNLOAD DIR
Expand Down

0 comments on commit eece4b3

Please sign in to comment.