Skip to content

Commit

Permalink
ios: set CLANG_CXX_LANGUAGE_STANDARD to gnu++1y
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimecbernardo committed Apr 1, 2019
1 parent cd03287 commit 0dca331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common.gypi
Expand Up @@ -601,7 +601,7 @@
['clang==1', {
'xcode_settings': {
'GCC_VERSION': 'com.apple.compilers.llvm.clang.1_0',
'CLANG_CXX_LANGUAGE_STANDARD': 'gnu++0x', # -std=gnu++0x
'CLANG_CXX_LANGUAGE_STANDARD': 'gnu++1y', # -std=gnu++1y
'CLANG_CXX_LIBRARY': 'libc++',
},
}],
Expand Down

0 comments on commit 0dca331

Please sign in to comment.