star-build

Automation tool for project installation
git clone git://git.meso-star.fr/star-build.git
Log | Files | Refs | README | LICENSE

commit eeca9a70d5d37078698cc0f87ef07b05a671e697
parent e4f10ddc5c1a66665b232988d733255c22334f91
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Wed, 22 Oct 2025 09:30:03 +0200

Update build script for htrdr 0.12

Depend on htsky 0.3.1-r1, i.e. on htcp 0.2

Diffstat:
Msrc/rad-apps/htrdr_0.12.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/rad-apps/htrdr_0.12.sh b/src/rad-apps/htrdr_0.12.sh @@ -34,7 +34,7 @@ set -e [ -z "${PLANETS}" ] && PLANETS=ENABLE if [ "${ATMOSPHERE}" = "ENABLE" ]; then - . "rad-libs/htsky_0.3.1.sh" + . "rad-libs/htsky_0.3.1-r1.sh" fi if [ "${COMBUSTION}" = "ENABLE" ]; then