scripts: removed bin2sgl binaries
This commit is contained in:
parent
4b1e2943c9
commit
024a18588d
|
|
@ -63,10 +63,6 @@ subprojects/XPowersLib
|
||||||
# ignore linux openrtx emulator history file
|
# ignore linux openrtx emulator history file
|
||||||
.emulatorsh_history
|
.emulatorsh_history
|
||||||
|
|
||||||
# ignore bin2sgl
|
|
||||||
!scripts/bin2sgl.Linux.bin
|
|
||||||
!scripts/bin2sgl.exe
|
|
||||||
|
|
||||||
# Compiled script
|
# Compiled script
|
||||||
scripts/get_demod_log
|
scripts/get_demod_log
|
||||||
|
|
||||||
|
|
|
||||||
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…
Reference in New Issue