Skip to content

Commit f59a5b9

Browse files
committed
see if x64 a64 fails
1 parent 14d7f62 commit f59a5b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1899,9 +1899,9 @@ elif [ "${_OS}" = 'linux' ]; then
18991899
build_single_target x64
19001900
fi
19011901
else
1902-
[[ "${_CONFIG}" = *'r64'* || ! "${_CONFIG}" =~ (a64|x64) ]] && build_single_target r64
1903-
[[ "${_CONFIG}" = *'a64'* || ! "${_CONFIG}" =~ (x64|r64) ]] && build_single_target a64
19041902
[[ "${_CONFIG}" = *'x64'* || ! "${_CONFIG}" =~ (a64|r64) ]] && build_single_target x64
1903+
[[ "${_CONFIG}" = *'a64'* || ! "${_CONFIG}" =~ (x64|r64) ]] && build_single_target a64
1904+
[[ "${_CONFIG}" = *'r64'* || ! "${_CONFIG}" =~ (a64|x64) ]] && build_single_target r64
19051905
fi
19061906
fi
19071907

0 commit comments

Comments
 (0)