mirror of
https://github.com/libretro/libretro-atari800.git
synced 2024-11-23 07:39:41 +00:00
parent
bcbbf63c04
commit
cd61841777
2
Makefile
2
Makefile
@ -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++
|
||||
|
Loading…
Reference in New Issue
Block a user