Skip to content

Commit

Permalink
Merge pull request #524 from rmcgibbo/appveyor-headers
Browse files Browse the repository at this point in the history
Fix appveyor missing headers
  • Loading branch information
jchodera committed May 15, 2016
2 parents 4e8be3b + d527b8b commit be06184
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions devtools/appveyor/missing-headers.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ function InstallMissingHeaders () {
"C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include")

Foreach ($include_dir in $include_dirs) {
$urls = @(@("http://msinttypes.googlecode.com/svn/trunk/stdint.h", "stdint.h"),
@("http://msinttypes.googlecode.com/svn/trunk/inttypes.h", "inttypes.h"))
$urls = @(@("https://raw.githubusercontent.com/chemeris/msinttypes/master/stdint.h", "stdint.h"),
@("https://raw.githubusercontent.com/chemeris/msinttypes/master/inttypes.h", "inttypes.h"))

Foreach ($i in $urls) {
$url = $i[0]
Expand Down

0 comments on commit be06184

Please sign in to comment.