star-build

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

commit 5ea63137099bf361f78d901b02d58ffe9848634f
parent 5d48599e9bae5cb90267a89e3bc893e80afe10a4
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Tue, 13 May 2025 16:49:34 +0200

Fix star-sf build scripts

A dot directive was missing

Diffstat:
Msrc/rad-libs/star-sf_0.10.sh | 2+-
Msrc/rad-libs/star-sf_0.9.sh | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/rad-libs/star-sf_0.10.sh b/src/rad-libs/star-sf_0.10.sh @@ -23,7 +23,7 @@ set -e # shellcheck disable=SC2310 if use_simd; then - "sci-libs/rsimd_0.5.sh" + . "sci-libs/rsimd_0.5.sh" fi name="star-sf" diff --git a/src/rad-libs/star-sf_0.9.sh b/src/rad-libs/star-sf_0.9.sh @@ -23,7 +23,7 @@ set -e # shellcheck disable=SC2310 if use_simd; then - "sci-libs/rsimd_0.5.sh" + . "sci-libs/rsimd_0.5.sh" fi name="star-sf"