Skip to content
Snippets Groups Projects
Commit cfeb740a authored by Meredith L. Patterson's avatar Meredith L. Patterson
Browse files

Merge pull request #145 from uucidl/master

Add workaround for VS2015 so that appveyor works
parents 87aa5437 e0a41a85
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,7 @@ build_script:
} Else {
$env:VCVARS_PLATFORM="amd64"
}
ren 'C:\Program Files (x86)\Windows Kits\10\include\wdf' '00wdf'
- call "%VS140COMNTOOLS%\..\..\VC\vcvarsall.bat" %VCVARS_PLATFORM%
- call tools\windows\build.bat
# FIXME(windows) TODO(uucidl): reactivate examples
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment