repo.or.cz
/
build-config.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
20230310
[build-config.git]
/
build
/
dest
/
dest-general
/
LDFLAGS-LIB.list
blob
bdf651e8e297846e4d3e3b009889eaa78dc80fd2
1
2
# libs defined here is referenced by all dest.
3
# and should be putted after LDFLAGS_LIBS, or it will dispaly err like 'undefined reference to'.
4
#LDFLAGS_LIBS+="-ltui "
5
LDFLAGS_GLOBAL_LIBS+="-lncurses "
6
7