mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Install.sh: When cross-compiling, mkdir $_GUILE_UDIR/bin before using it.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16181 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -326,6 +326,7 @@ function inst_guile() {
|
||||
guile -c "(use-modules (ice-9 slib)) (require 'printf)" || die "guile not installed correctly"
|
||||
fi
|
||||
if [ "$CROSS_COMPILE" = "yes" ]; then
|
||||
mkdir -p $_GUILE_UDIR/bin
|
||||
qpushd $_GUILE_UDIR/bin
|
||||
# The cross-compiling guile expects these program names
|
||||
# for the build-time guile
|
||||
|
||||
Reference in New Issue
Block a user