Skip to content

Commit 5ef24d4

Browse files
author
minggo
authored
Merge pull request #365 from minggo/v3
use gcc 4.9 instead
2 parents 275600e + dbdce5e commit 5ef24d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/plugin_compile/build_android.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ def update_project(self, android_platform):
198198
shutil.copy(src_path, dst_path)
199199

200200
def get_toolchain_version(self, ndk_root, compile_obj):
201-
return 'clang'
201+
return '4.9'
202202

203203

204204
def do_ndk_build(self, ndk_build_param, build_mode, compile_obj):

0 commit comments

Comments
 (0)