mirror of
https://github.com/libretro/libretro-super
synced 2024-11-28 20:14:22 +00:00
Add ARCH override. Needed for cross compiling.
This commit is contained in:
parent
59bda736b7
commit
6364f45aed
@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Architecture Assignment
|
||||
ARCH="$(uname -m)"
|
||||
[[ -z "$ARCH" ]] && ARCH="$(uname -m)"
|
||||
case "$ARCH" in
|
||||
x86_64)
|
||||
X86=true && X86_64=true
|
||||
|
Loading…
Reference in New Issue
Block a user