From 5250ff45bc8b8b5356457357648d20ea58e43b77 Mon Sep 17 00:00:00 2001 From: Chawye Hsu Date: Thu, 5 Mar 2020 14:34:27 +0800 Subject: [PATCH] cuda: Fix env_set (#861) --- bucket/cuda.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucket/cuda.json b/bucket/cuda.json index b0a7b5a5f1..a2a666b719 100644 --- a/bucket/cuda.json +++ b/bucket/cuda.json @@ -26,7 +26,7 @@ "libnvvp" ], "env_set": { - "CUDA_PATH": "." + "CUDA_PATH": "$dir" }, "checkver": { "url": "https://developer.nvidia.com/cuda-downloads?target_os=Windows&target_arch=x86_64&target_version=10&target_type=exelocal",