Skip to content

Commit a09f5e3

Browse files
Fix a copy-and-pasted instance of the same silly typo
1 parent 841db18 commit a09f5e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/android.gypi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# Capture the values of some build tool environment vars
2727
'objcopy': '<!(echo ${OBJCOPY:-objcopy})',
2828
'objdump': '<!(echo ${OBJDUMP:-objdump})',
29-
'strip': '<!(echo ${STRIP:strip})',
29+
'strip': '<!(echo ${STRIP:-strip})',
3030
},
3131

3232
'target_defaults':

0 commit comments

Comments
 (0)