commit df7b00ffc7a0f326dea752018a5fe4e908cbda08
parent 10fd244f97b9e038ffb343d791d3840696fd1baa
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Sat, 27 Apr 2024 15:13:50 +0200
Make star-engine 0.15 the default build script
Until now, this has been the build script for Star Geometric
Sensitivity, for the historical reason that this was the first project
for which Star Build was used.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config.mk b/config.mk
@@ -24,7 +24,7 @@ REPO_VAPLV = https://gitlab.com/vaplv
# Project to build. To see the available projects, list the shell scripts in
# the src directory:
# find src/ -name "*.sh" ! -name "build.sh" | sort
-BUILD = src/sgs.sh
+BUILD = src/star-engine_0.15.sh
# Type of library to build, either SHARED or STATIC
LIB_TYPE = SHARED