mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-18 18:30:59 +00:00
ANDROID: Add minimal C++ headers to include path.
This commit is contained in:
parent
7a494ed7cd
commit
981b1cdd76
1
configure
vendored
1
configure
vendored
@ -2467,6 +2467,7 @@ case $_backend in
|
||||
DEFINES="$DEFINES -DREDUCE_MEMORY_USAGE"
|
||||
CXXFLAGS="$CXXFLAGS -Wa,--noexecstack"
|
||||
LDFLAGS="$LDFLAGS -Wl,-z,noexecstack"
|
||||
INCLUDES="$INCLUDES -I$ANDROID_NDK/sources/cxx-stl/system/include"
|
||||
;;
|
||||
bada)
|
||||
# dirent.h not available. NONSTANDARD_PORT==ensure portdefs.h is included
|
||||
|
Loading…
x
Reference in New Issue
Block a user