From 05ae2d2c0811ed59c060e6520d677049dd985242 Mon Sep 17 00:00:00 2001 From: Christian Stimming Date: Mon, 18 Sep 2006 19:57:32 +0000 Subject: [PATCH] Fix erroneous cross-compiling g-wrap args git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14861 57a11ea4-9604-0410-9ed3-97b8803252fd --- packaging/win32/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/win32/install.sh b/packaging/win32/install.sh index d9f80361ee..beb8854793 100644 --- a/packaging/win32/install.sh +++ b/packaging/win32/install.sh @@ -736,7 +736,7 @@ function inst_gnucash() { export BUILD_GUILE=yes export name_build_guile=/usr/bin/guile-config export G_WRAP_COMPILE_ARGS="-I${GWRAP_DIR}/include" - export G_WRAP_LINK_ARGS="-L${GWRAP_DIR} -lgwrap-guile-runtime -lgwrap-core-runtime -lffi" + export G_WRAP_LINK_ARGS="-L${GWRAP_DIR}/lib -lgwrap-guile-runtime -lgwrap-core-runtime -lffi ${GUILE_LIBS}" else if grep -q "GUILE_LOAD_PATH.*:" configure.in; then cp configure.in configure.in.bak