Merge pull request #11313 from justinweiss/remove-trailing-backslash

Remove an extra backslash in Makefile.common
This commit is contained in:
Autechre 2020-09-10 07:28:50 +02:00 committed by GitHub
commit ff4fe25488
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -686,7 +686,7 @@ endif
ifeq ($(TARGET), retroarch_3ds)
OBJ += audio/drivers/ctr_csnd_audio.o \
audio/drivers/ctr_dsp_audio.o \
audio/drivers/ctr_dsp_thread_audio.o \
audio/drivers/ctr_dsp_thread_audio.o
endif
ifeq ($(HAVE_ALSA), 1)