mirror of
https://github.com/Gnucash/gnucash.git
synced 2026-09-03 20:53:02 -05:00
Win32 build: GUILE must be in PKG_CONFIG_PATH
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20586 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -685,6 +685,7 @@ function inst_guile() {
|
||||
add_to_env -I$_GUILE_UDIR/include GUILE_CPPFLAGS
|
||||
add_to_env -L$_GUILE_UDIR/lib GUILE_LDFLAGS
|
||||
add_to_env $_GUILE_UDIR/bin PATH
|
||||
add_to_env ${_GUILE_UDIR}/lib/pkgconfig PKG_CONFIG_PATH
|
||||
if quiet guile -c '(use-modules (srfi srfi-39))'
|
||||
then
|
||||
echo "guile and slib already installed in $_GUILE_UDIR. skipping."
|
||||
|
||||
Reference in New Issue
Block a user