From 8a5ce050227538abff2179ed70ce0e958e2ec0d1 Mon Sep 17 00:00:00 2001 From: Cedric Nugteren Date: Sun, 25 Sep 2016 10:32:12 +0200 Subject: Fix another issue with the packaging in the AppVeyor script --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.appveyor.yml') 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" -- cgit v1.2.3