mirror of
https://github.com/libretro/OpenLara.git
synced 2025-02-20 17:00:40 +00:00
Makefile fix to enable build for "unix-armv7-hardfloat-neon"
This commit is contained in:
parent
fe88d74673
commit
5b4a74a91f
@ -100,12 +100,13 @@ else ifneq (,$(findstring qnx,$(platform)))
|
||||
GL_LIB := -lGLESv2
|
||||
GLES := 1
|
||||
else ifneq (,$(findstring armv,$(platform)))
|
||||
CC = gcc
|
||||
CC ?= gcc
|
||||
TARGET := $(TARGET_NAME)_libretro.so
|
||||
fpic := -fPIC
|
||||
SHARED := -shared -Wl,--version-script=link.T -Wl,--no-undefined
|
||||
CXXFLAGS += -I.
|
||||
CFLAGS += -I.
|
||||
LIBS += -lpthread
|
||||
ifneq (,$(findstring gles,$(platform)))
|
||||
GLES := 1
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user