summaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2016-09-25 10:32:12 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2016-09-25 10:32:12 +0200
commit8a5ce050227538abff2179ed70ce0e958e2ec0d1 (patch)
tree6a2b623e9ae74d265cd7d7fbd6072492da8ec7e2 /.appveyor.yml
parent08abb7dfa48217efec1f4cfc828c95a8c9e84692 (diff)
Fix another issue with the packaging in the AppVeyor script
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 9343a5c0..69aecf20 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -1,6 +1,6 @@
environment:
global:
- CLBLAST_BUILD: "%APPVEYOR_BUILD_FOLDER%\\..\\bin\\clblast"
+ CLBLAST_BUILD: "C:\\clblast\\build"
OPENCL_REGISTRY: "https://www.khronos.org/registry/cl"
OPENCL_ROOT: "C:\\dependencies\\opencl"