retrofw target remove findstring (#78)

Co-authored-by: Poligraf <>
This commit is contained in:
Poligraf 2021-08-05 22:00:10 +12:00 committed by GitHub
parent bcbbf63c04
commit cd61841777
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -347,7 +347,7 @@ else ifeq ($(platform), classic_armv8_a35)
#######################################
#RETROFW
else ifneq (,$(findstring retrofw,$(platform)))
else ifeq ($(platform), retrofw)
TARGET := $(TARGET_NAME)_libretro.so
CC = /opt/retrofw-toolchain/usr/bin/mipsel-linux-gcc
CXX = /opt/retrofw-toolchain/usr/bin/mipsel-linux-g++