Fix erroneous cross-compiling g-wrap args

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14861 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Christian Stimming 2006-09-18 19:57:32 +00:00
parent a9457c668d
commit 05ae2d2c08

View File

@ -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