mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-21 11:40:22 +00:00
configure.ac: older MSVS compat [CUDA]
This commit is contained in:
@@ -489,6 +489,10 @@ then
|
||||
[])
|
||||
if test -n "$CL"; then
|
||||
cl_lib_path=$(realpath "$(dirname "$(command -v "$CL")")"/../../../lib/x64)
|
||||
if test $? -ne 0; then
|
||||
# MSVS 14.0 has it otherwhere
|
||||
cl_lib_path=$(realpath "$(dirname "$(command -v "$CL")")"/../lib)
|
||||
fi
|
||||
CUDA_LIB="${CUDA_LIB+$CUDA_LIB }-L\"$cl_lib_path\""
|
||||
FOUND_CUDA=yes
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user