Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit e5de06f

Browse files
authored
Merge pull request #5460 from livecodeali/bugfix-19679
[[ Bug 19679 ]] Use bfd linker on android
2 parents 057f3b5 + ff6e218 commit e5de06f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

config/android-settings.gypi

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@
2323
'-fno-rtti',
2424
],
2525

26+
'ldflags':
27+
[
28+
'-fuse-ld=bfd',
29+
],
30+
2631
'target_conditions':
2732
[
2833
[

0 commit comments

Comments
 (0)