Skip to content

Commit

Permalink
maintain current version externally with a symlink
Browse files Browse the repository at this point in the history
(minimal backport of d790cb9)
  • Loading branch information
totaam committed Jan 11, 2023
1 parent ac92b75 commit f3140b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/MSWindows/BUILD_CUDA_KERNEL.BAT
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ SET KERNEL=%1
SET CUDA_SRC=fs\share\xpra\cuda\%KERNEL%.cu
SET CUDA_BIN=fs\share\xpra\cuda\%KERNEL%.fatbin

SET NVCC_DIR=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.8\bin\
SET NVCC_DIR=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\current\bin\
SET NVCC=%NVCC_DIR%\nvcc.exe

CALL "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x86_amd64
Expand Down

0 comments on commit f3140b3

Please sign in to comment.