summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2017-05-27 17:06:09 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2017-05-27 17:06:09 +0200
commitf7a822110caed187b0522ad325e62750dc12f8b1 (patch)
tree0e3955ab267d3c007e294ee0739a7e0cd367cdd9
parent3bca9f85d241d6de591001df71f1205dbf384e84 (diff)
Update to AppVeyor because of changed Khronos repository (4)
-rw-r--r--.appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 52241a55..cbb87acc 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -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