mirror of
https://github.com/corda/corda.git
synced 2025-01-17 02:09:50 +00:00
Corrected architecture output from x86_64 to x64.
Signed-off-by: Rodolfo Silva <rodolfo@grupomarinho.com.br>
This commit is contained in:
parent
ca3fee442e
commit
a49f62a6cd
@ -48,7 +48,7 @@ rm -fr ${INSTALL_PATH}
|
||||
get_arch()
|
||||
{
|
||||
local a=$(readelf -h $BUILD_DIR/sgx_sign | sed -n '2p' | awk '/:/{print $6}')
|
||||
test $a = 02 && echo 'x86_64' || echo 'x86'
|
||||
test $a = 02 && echo 'x64' || echo 'x86'
|
||||
}
|
||||
|
||||
ARCH=$(get_arch)
|
||||
|
@ -48,7 +48,7 @@ rm -fr ${INSTALL_PATH}
|
||||
get_arch()
|
||||
{
|
||||
local a=$(readelf -h $BUILD_DIR/sgx_sign | sed -n '2p' | awk '/:/{print $6}')
|
||||
test $a = 02 && echo 'x86_64' || echo 'x86'
|
||||
test $a = 02 && echo 'x64' || echo 'x86'
|
||||
}
|
||||
|
||||
ARCH=$(get_arch)
|
||||
|
Loading…
Reference in New Issue
Block a user