Skip to content

Commit

Permalink
Added cuda lib dir.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kashif Rasul committed Dec 19, 2010
1 parent 0c2a293 commit d77ff05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ TARG=cuda
CGOFILES=\
cuda.go

CGO_LDFLAGS=-lcuda
CGO_LDFLAGS=-L/usr/local/cuda/lib -lcuda
CGO_CFLAGS=-I/usr/local/cuda/include

CLEANFILES+=test
Expand Down

0 comments on commit d77ff05

Please sign in to comment.