mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
a9457c668d
commit
05ae2d2c08
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user