Merge pull request #679 from pinkavaj/pi-cd

auto_rx/build.sh: allow run the build from any directory
pull/681/head
Mark Jessop 2022-10-01 10:06:36 +09:30 zatwierdzone przez GitHub
commit af7e631be1
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -1,14 +1,14 @@
#!/bin/bash
#
# Auto Sonde Decoder build script.
#
# TODO: Convert this to a makefile! Any takers?
# Get the auto-rx version.
AUTO_RX_VERSION="\"$(python3 -m autorx.version 2>/dev/null || python -m autorx.version)\""
echo "Building for radiosonde_auto_rx version: $AUTO_RX_VERSION"
cd $(dirname $0)
#cd ../utils/
# Build tsrc - this is only required for the test/test_demod.py script, so is not included in the standard build.
#gcc tsrc.c -o tsrc -lm -lsamplerate