mirror of
https://github.com/OpenRTX/OpenRTX
synced 2026-08-08 12:29:06 -04:00
scripts: removed bin2sgl binaries
This commit is contained in:
parent
4b1e2943c9
commit
024a18588d
5 changed files with 0 additions and 14 deletions
Binary file not shown.
|
|
@ -1,10 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
SCRIPTPATH="$( cd -- "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )"
|
||||
|
||||
if [ `uname -m` = "aarch64" ]; then
|
||||
qemu-x86_64 $SCRIPTPATH/bin2sgl.Linux.bin "$@"
|
||||
else
|
||||
$SCRIPTPATH/bin2sgl.Linux.bin "$@"
|
||||
fi
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue