mirror of
https://github.com/NVIDIA/cuda-samples.git
synced 2024-11-24 14:59:15 +08:00
update lib path for conda
This commit is contained in:
parent
2e41896e1b
commit
bf8c6dd043
|
@ -365,7 +365,7 @@ LIBSIZE := 64
|
|||
endif
|
||||
endif
|
||||
|
||||
LIBRARIES += -L$(CUDA_PATH)/lib$(LIBSIZE) -lcudart
|
||||
LIBRARIES += -L$(CUDA_PATH)/lib -L$(CUDA_PATH)/lib$(LIBSIZE) -lcudart
|
||||
|
||||
ifeq ($(SAMPLE_ENABLED),0)
|
||||
EXEC ?= @echo "[@]"
|
||||
|
|
Loading…
Reference in New Issue
Block a user