Skip to content

Commit

Permalink
Win32: use proper cpp and ld include parameters
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@21802 57a11ea4-9604-0410-9ed3-97b8803252fd
  • Loading branch information
gjanssens committed Dec 30, 2011
1 parent 17562f9 commit 13796ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packaging/win32/install-impl.sh
Expand Up @@ -1150,8 +1150,8 @@ function inst_libxslt() {
--prefix=${_LIBXSLT_UDIR} \
--with-python=no \
--with-libxml-prefix=${_GNOME_UDIR} \
CPPFLAGS="-I${_GNOME_UDIR}/include ${GNUTLS_CPPFLAGS}" \
LDFLAGS="-L${_GNOME_UDIR}/lib ${GNUTLS_LDFLAGS}"
CPPFLAGS="${GNOME_CPPFLAGS} ${GNUTLS_CPPFLAGS}" \
LDFLAGS="${GNOME_LDFLAGS} ${GNUTLS_LDFLAGS}"
make
make install
qpopd
Expand Down

0 comments on commit 13796ee

Please sign in to comment.