Forgot one step necessary for guile and cross-compiling.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14859 57a11ea4-9604-0410-9ed3-97b8803252fd
zzzoldfeatures/remove-group2
Christian Stimming 20 years ago
parent 85f8813c6d
commit 3eb57a841a

@ -326,7 +326,14 @@ function inst_guile() {
(define software-type (lambda () '"'"'ms-dos))' guile.init.bak > guile.init
qpopd
fi
if test x$cross_compile != xyes ; then
if test x$cross_compile = xyes ; then
qpushd $GUILE_DIR/bin
# The cross-compiling guile expects these program names
# for the build-time guile
ln -sf /usr/bin/guile-config mingw32-guile-config
ln -sf /usr/bin/guile mingw32-build-guile
qpopd
else
add_to_env "-I $_GUILE_UDIR/share/aclocal" ACLOCAL_FLAGS
fi
guile -c '(use-modules (srfi srfi-39))' &&

Loading…
Cancel
Save