meson: build updates

This commit is contained in:
Dirk-Jan C. Binnema
2022-03-26 17:17:51 +02:00
parent 03993b93b2
commit de80b557e8
2 changed files with 4 additions and 4 deletions

View File

@ -15,7 +15,7 @@
## Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
guile_load_path=':'.join([
guile_load_path=':'.join([ # meson 0.56 has project_source_root
join_paths(meson.source_root(), 'guile'),
join_paths(meson.current_build_dir(), '..')])