Skip to content

Commit

Permalink
guile, set GUILE_SYSTEM_COMPILED_PATH
Browse files Browse the repository at this point in the history
needed when the packaged guile has wrong
builtin path to its compiled modules
  • Loading branch information
lyrra committed Nov 6, 2022
1 parent 151221d commit 333a5b2
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions build/ci/mingw/build.sh
Original file line number Diff line number Diff line change
@@ -1,21 +1,18 @@
#!/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=""
#CPUS=1

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
Expand Down

0 comments on commit 333a5b2

Please sign in to comment.