]> git.donarmstrong.com Git - lilypond.git/blobdiff - SConstruct
* SConstruct (CheckYYCurrentBuffer): Use TryCompile (there is no
[lilypond.git] / SConstruct
index 9d4c5c3363f4dd8af660b971fe595b2569d6bac3..d5049e5dab3901602f1cb54f433210bf7a0f01d9 100644 (file)
@@ -688,6 +688,8 @@ if env['warnings']:
 
 # ugr,huh?
 env.Append (LINKFLAGS = ['-Wl,--export-dynamic'])
+# FIXME: ParseConfig ignores -L flag?
+env.Append (LINKFLAGS = ['-L/usr/X11R6/lib'])
 
 if env['verbose']:
        env['__verbose'] = ' --verbose'