guile: update, but disable for now

It's not ready for the new Message
This commit is contained in:
Dirk-Jan C. Binnema
2022-04-28 22:42:25 +03:00
parent 3ac3ce7828
commit 852c7044d9
6 changed files with 66 additions and 111 deletions

View File

@ -180,7 +180,7 @@ endif
if not get_option('guile').disabled() and guile_dep.found()
config_h_data.set('BUILD_GUILE', 1)
config_h_data.set_quoted('GUILE_BINARY', 'guile')
subdir('guile')
#3subdir('guile')
endif
config_h_data.set_quoted('MU_PROGRAM', mu.full_path())