We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14d7f62 commit f59a5b9Copy full SHA for f59a5b9
_build.sh
@@ -1899,9 +1899,9 @@ elif [ "${_OS}" = 'linux' ]; then
1899
build_single_target x64
1900
fi
1901
else
1902
- [[ "${_CONFIG}" = *'r64'* || ! "${_CONFIG}" =~ (a64|x64) ]] && build_single_target r64
1903
- [[ "${_CONFIG}" = *'a64'* || ! "${_CONFIG}" =~ (x64|r64) ]] && build_single_target a64
1904
[[ "${_CONFIG}" = *'x64'* || ! "${_CONFIG}" =~ (a64|r64) ]] && build_single_target x64
+ [[ "${_CONFIG}" = *'a64'* || ! "${_CONFIG}" =~ (x64|r64) ]] && build_single_target a64
+ [[ "${_CONFIG}" = *'r64'* || ! "${_CONFIG}" =~ (a64|x64) ]] && build_single_target r64
1905
1906
1907
0 commit comments