Take out CXX_BUILD for now - prevents compilation

This commit is contained in:
twinaphex 2016-06-19 22:39:35 +02:00
parent 462dda944c
commit 43c25383e3

View File

@ -733,7 +733,6 @@ ifneq ($(C89_BUILD), 1)
ifneq ($(C90_BUILD), 1)
ifneq ($(HAVE_GLES), 1)
OBJ += cores/libretro-ffmpeg/fft/fft.o
CXX_BUILD = 1
DEFINES += -Ideps -DHAVE_GL_FFT
endif
endif