Update to AppVeyor because of changed Khronos repository (4)

This commit is contained in:
Cedric Nugteren 2017-05-27 17:06:09 +02:00
parent 3bca9f85d2
commit f7a822110c

View file

@ -30,7 +30,7 @@ install:
# Custom fix for missing CL/cl.h
- ps: mkdir CL
- ps: pushd CL
- ps: mv ./inc/CL/opencl11/CL/* .
- ps: mv ../inc/CL/opencl11/CL/* .
- ps: popd
# - ps: dir; if( $lastexitcode -eq 0 ){ dir include/CL } else { Write-Output boom }
# Create the static import lib in a directory called lib, so findopencl() will find it