]> git.donarmstrong.com Git - lilypond.git/blobdiff - make/lilypond-vars.make
* lily/general-scheme.cc: Compile fixes: include wchar.h, string.h.
[lilypond.git] / make / lilypond-vars.make
index 21956228fe77cd3c8a1d979c2246d2903c7045a2..138c1f03ab4175172e7ea555aaee8fe80a9c595e 100644 (file)
@@ -10,6 +10,8 @@ export LILYPONDPREFIX:=$(build_lilypond_datadir)
 
 export PYTHONPATH:=$(builddir)/python/$(outconfbase):$(PYTHONPATH)
 
+export GUILE_LOAD_PATH:=$(builddir):$(GUILE_LOAD_PATH)
+
 ## arg, TEXINPUTS, TFMFONTS, MFINPUTS may still override and thus break this
 export TEXMF:={$(LILYPONDPREFIX),$(shell kpsexpand \$$TEXMF)}
 
@@ -28,8 +30,6 @@ export DVIPSMAKEPK := mktexpk --destdir $(topdir)/mf/out
 endif
 
 
-# guile load path?
-
 the-script-dir=$(wildcard $(script-dir))