gnucash master: Build depedency fix - build backend libararies before the guile bindings
Geert Janssens
gjanssens at code.gnucash.org
Sun Jun 21 15:49:12 EDT 2020
Updated via https://github.com/Gnucash/gnucash/commit/1d3164bf (commit)
from https://github.com/Gnucash/gnucash/commit/7b090c71 (commit)
commit 1d3164bfdba8527b3d7fc9e88a14ff3087a0a163
Author: Geert Janssens <geert at kobaltwit.be>
Date: Sun Jun 21 21:38:40 2020 +0200
Build depedency fix - build backend libararies before the guile bindings
Compiling our guile scripts will run loaded libraries. One of the libraries to
load is the engine library which expects to find the enabled backends (xml and or dbi).
If those aren't built yet, this will result in error messages printed in the build output.
Summary of changes:
bindings/guile/CMakeLists.txt | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
More information about the gnucash-patches
mailing list