File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -230,14 +230,14 @@ get_architecture() {
230
230
231
231
xscale | arm)
232
232
local _cputype=arm
233
- if [ " $_ostype " == " linux-android" ]; then
233
+ if [ " $_ostype " = " linux-android" ]; then
234
234
local _ostype=linux-androideabi
235
235
fi
236
236
;;
237
237
238
238
armv6l)
239
239
local _cputype=arm
240
- if [ " $_ostype " == " linux-android" ]; then
240
+ if [ " $_ostype " = " linux-android" ]; then
241
241
local _ostype=linux-androideabi
242
242
else
243
243
local _ostype=" ${_ostype} eabihf"
@@ -246,7 +246,7 @@ get_architecture() {
246
246
247
247
armv7l)
248
248
local _cputype=armv7
249
- if [ " $_ostype " == " linux-android" ]; then
249
+ if [ " $_ostype " = " linux-android" ]; then
250
250
local _ostype=linux-androideabi
251
251
else
252
252
local _ostype=" ${_ostype} eabihf"
You can’t perform that action at this time.
0 commit comments