mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-02-07 23:45:37 +01:00
Fix compiling with ndk r11 >
This commit is contained in:
parent
8046160f29
commit
4346a841ff
@ -2,6 +2,9 @@ LOCAL_PATH := $(call my-dir)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
#fix stupid change in ndk r11 that breaks compiling even when the exe would run fine
|
||||
LOCAL_DISABLE_FATAL_LINKER_WARNINGS := true
|
||||
|
||||
LOCAL_MODULE := retro
|
||||
|
||||
R := ../
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user