From 333a5b214e30ea5b0ca3b5ded11e97dfa77dd2c6 Mon Sep 17 00:00:00 2001 From: Larry Valkama Date: Sun, 6 Nov 2022 16:55:19 +0100 Subject: [PATCH] guile, set GUILE_SYSTEM_COMPILED_PATH needed when the packaged guile has wrong builtin path to its compiled modules --- build/ci/mingw/build.sh | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/build/ci/mingw/build.sh b/build/ci/mingw/build.sh index 6eedda4163d5b..0f90a6ff05aaf 100644 --- a/build/ci/mingw/build.sh +++ b/build/ci/mingw/build.sh @@ -1,6 +1,7 @@ #!/bin/sh export PATH=/mingw64/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl +export GUILE_SYSTEM_COMPILED_PATH=/mingw64/lib/guile/3.0/ccache VERSION=$(cmake -P config.cmake | sed -n -e "s/^.*VERSION *//p") BUILD_NUMBER="" @@ -8,14 +9,10 @@ BUILD_NUMBER="" export VERBOSE=1 + mkdir build.debug 2> /dev/null cd build.debug || exit 1 -echo "-------- guile is at: --------------" -command -v guile -ldd /mingw64/bin/guile -echo "------------------------------------" - echo "*** PATH: $PATH" echo "*** Running cmake ***" command -v cmake