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

Commit ff6e218

Browse files
committed
[[ BUg 19679 ]] Add missing '-'
This patch corrects the 'use-ld=bfd' option in config/android-settings.gypi, making sure it begins with '-f' and not just 'f'.
1 parent f63819b commit ff6e218

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/android-settings.gypi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
'ldflags':
2727
[
28-
'fuse-ld=bfd',
28+
'-fuse-ld=bfd',
2929
],
3030

3131
'target_conditions':

0 commit comments

Comments
 (0)