gnucash-on-windows master: Fix can't find git error in Gnucash Build.

John Ralls jralls at code.gnucash.org
Sat Sep 16 07:17:52 EDT 2017


Updated	 via  https://github.com/Gnucash/gnucash-on-windows/commit/fd98e127 (commit)
	from  https://github.com/Gnucash/gnucash-on-windows/commit/9c476b3e (commit)



commit fd98e1272247dec3c9963367dea3d0ca16cfcf6f
Author: John Ralls <jralls at ceridwen.us>
Date:   Sat Sep 16 04:02:22 2017 -0700

    Fix can't find git error in Gnucash Build.
    
    Tell Cmake that it's in .

diff --git a/install-impl.sh b/install-impl.sh
index 0136413..bb40a28 100644
--- a/install-impl.sh
+++ b/install-impl.sh
@@ -1439,6 +1439,7 @@ function inst_gnucash_using_cmake() {
                -D CMAKE_MAKE_PROGRAM=${_CMAKE_MAKE_PROGRAM} \
                -D GNC_DBD_DIR=${_LIBDBI_DRIVERS_UDIR}/lib/dbd \
 	       -D HTMLHELP_DIR=${_HH_UDIR} \
+               -D GIT_EXECUTABLE=${GIT_DIR}/bin/git.exe \
                ${_REPOS_UDIR}
           ${_CMAKE_MAKE_PROGRAM} install
      qpopd



Summary of changes:
 install-impl.sh | 1 +
 1 file changed, 1 insertion(+)



More information about the gnucash-changes mailing list