mirror of
https://github.com/libretro/libretro-super
synced 2024-11-28 11:14:11 +00:00
Bash build fix - unary operator expected
This commit is contained in:
parent
cafdeca2de
commit
84e0921f8d
@ -17,7 +17,7 @@ case "$ARCH" in
|
||||
esac;;
|
||||
esac
|
||||
|
||||
if [ $PROCESSOR_ARCHITEW6432 = "AMD64" ]; then
|
||||
if [[ -n "$PROCESSOR_ARCHITEW6432" ]] && $PROCESSOR_ARCHITEW6432="AMD64"; then
|
||||
ARCH=x86_64
|
||||
X86=true && X86_64=true
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user