mirror of
https://github.com/libretro/Play-.git
synced 2024-12-11 18:54:11 +00:00
Use C++14 in PsfPlayer iOS.
This commit is contained in:
parent
b7cdf58d9e
commit
a5b75c576f
@ -1,7 +1,7 @@
|
||||
SDKROOT = iphoneos
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 7.0
|
||||
|
||||
CLANG_CXX_LANGUAGE_STANDARD = c++0x
|
||||
CLANG_CXX_LANGUAGE_STANDARD = c++14
|
||||
CLANG_CXX_LIBRARY = libc++
|
||||
|
||||
VALID_ARCHS = armv7 arm64
|
||||
|
Loading…
Reference in New Issue
Block a user