Add core-utils as dependency of scm-gnc-html.

Fixes build on some platforms
This commit is contained in:
John Ralls 2023-01-17 21:04:26 -08:00
parent 0afae7e261
commit d1492c70e9

View File

@ -36,7 +36,7 @@ endif()
set (gnc_html_SCHEME html.scm)
set(GUILE_OUTPUT_DIR gnucash)
set(GUILE_DEPENDS gnc-html gnucash-guile)
set(GUILE_DEPENDS gnc-html gnucash-guile scm-core-utils)
gnc_add_scheme_targets(scm-gnc-html
SOURCES "${gnc_html_SCHEME}"