Skip to content
Snippets Groups Projects
Commit aca23d27 authored by Bernd Machenschalk's avatar Bernd Machenschalk
Browse files

fix MinGW build

parent 167e5b78
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ AMDAPPSDKROOT ?= /opt/AMDAPP ...@@ -3,7 +3,7 @@ AMDAPPSDKROOT ?= /opt/AMDAPP
CXX ?= i586-mingw32msvc-g++ CXX ?= i586-mingw32msvc-g++
AR ?= i586-mingw32msvc-ar AR ?= i586-mingw32msvc-ar
TARGET = libclfft.a TARGET = libeclfft.a
CXXFLAGS += -O3 -Wall -g -I$(NVIDIA_SDK_INSTALL_PATH)/OpenCL/common/inc -I$(AMDAPPSDKROOT)/include -I../include CXXFLAGS += -O3 -Wall -g -I$(NVIDIA_SDK_INSTALL_PATH)/OpenCL/common/inc -I$(AMDAPPSDKROOT)/include -I../include
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment