mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Windows build: update dist script for guile 1.8
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20446 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
0cd80e8508
commit
f5300b2ddb
@ -67,11 +67,10 @@ function dist_autotools() {
|
||||
function dist_guile() {
|
||||
setup Guile
|
||||
mkdir -p $DIST_UDIR/bin
|
||||
cp -a $_GUILE_UDIR/bin/libguile{.,-ltdl.,-srfi}*dll $DIST_UDIR/bin
|
||||
cp -a $_GUILE_UDIR/bin/libguile{.,-srfi}*dll $DIST_UDIR/bin
|
||||
cp -a $_GUILE_UDIR/bin/guile.exe $DIST_UDIR/bin
|
||||
mkdir -p $DIST_UDIR/share
|
||||
cp -a $_GUILE_UDIR/share/guile $DIST_UDIR/share
|
||||
[ -f $DIST_UDIR/share/guile/1.6/slibcat ] && rm $DIST_UDIR/share/guile/1.6/slibcat
|
||||
}
|
||||
|
||||
function dist_openssl() {
|
||||
|
Loading…
Reference in New Issue
Block a user