Bug fix: library linker error in Makefile on OS X
This commit is contained in:
parent
2b00245e63
commit
201bc4638f
2
Makefile
2
Makefile
@ -3,7 +3,7 @@ CXXFLAGS = -std=c++11 -O3
|
|||||||
|
|
||||||
PLATFORM = $(shell uname -s)
|
PLATFORM = $(shell uname -s)
|
||||||
ifeq ($(PLATFORM), Darwin)
|
ifeq ($(PLATFORM), Darwin)
|
||||||
LIBS = -framework OpenCL
|
LDLIBS = -framework OpenCL
|
||||||
endif
|
endif
|
||||||
|
|
||||||
all: gpu-stream-ocl gpu-stream-cuda
|
all: gpu-stream-ocl gpu-stream-cuda
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user