mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Add missing MAKE_LINKS, and the local scm directory to %load-path
Before this change, "make check" would fail after
rm -rf ${build}/share/guile/site/*/gnucash/
This commit is contained in:
@@ -32,7 +32,7 @@ function(get_guile_env)
|
||||
list(APPEND env "GUILE=${GUILE_EXECUTABLE}")
|
||||
|
||||
set(guile_load_paths "")
|
||||
#list(APPEND guile_load_paths "${CMAKE_BINARY_DIR}/${GUILE_REL_SITEDIR}")
|
||||
list(APPEND guile_load_paths "${CMAKE_BINARY_DIR}/${GUILE_REL_SITEDIR}")
|
||||
list(APPEND guile_load_paths "${CMAKE_BINARY_DIR}/${GUILE_REL_SITEDIR}/gnucash/deprecated") # Path to gnucash' deprecated modules
|
||||
set(guile_load_path "${guile_load_paths}")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user