projects
/
lilypond.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66c4468
)
* SConstruct (CheckYYCurrentBuffer): Use TryCompile (there is no
author
Jan Nieuwenhuizen
<janneke@gnu.org>
Wed, 19 Oct 2005 13:53:03 +0000
(13:53 +0000)
committer
Jan Nieuwenhuizen
<janneke@gnu.org>
Wed, 19 Oct 2005 13:53:03 +0000
(13:53 +0000)
main).
* SConstruct: Resurrect.
SConstruct
patch
|
blob
|
history
diff --git
a/SConstruct
b/SConstruct
index 9d4c5c3363f4dd8af660b971fe595b2569d6bac3..d5049e5dab3901602f1cb54f433210bf7a0f01d9 100644
(file)
--- a/
SConstruct
+++ b/
SConstruct
@@
-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'