mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-11-29 18:48:09 +08:00
upgrade gtest
This commit is contained in:
parent
3d04e69819
commit
cd48809a1e
@ -23,7 +23,7 @@ INCLUDE_PATH = [TK_ROOT,
|
||||
|
||||
APP_CXXFLAGS=''
|
||||
if platform.system() == 'Windows':
|
||||
APP_CXXFLAGS += ' /std:c++11 '
|
||||
APP_CXXFLAGS += ' '
|
||||
else:
|
||||
APP_CXXFLAGS += ' -std=c++11 '
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user