git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix installing libraries
[stg.git]
/
projects
/
sgauthstress
/
Makefile
diff --git
a/projects/sgauthstress/Makefile
b/projects/sgauthstress/Makefile
index 9d5e94cde1618a8f87136b732b2b9c991b5500ab..174c31a2376bd318c12bb9a39725cee4faa9d8ec 100644
(file)
--- a/
projects/sgauthstress/Makefile
+++ b/
projects/sgauthstress/Makefile
@@
-22,7
+22,8
@@
ifeq ($(OS),linux)
LIBS += -ldl
else
LIBS += -lintl \
LIBS += -ldl
else
LIBS += -lintl \
- -lc
+ -lc \
+ -liconv
endif
SEARCH_DIRS = -I ../../include
endif
SEARCH_DIRS = -I ../../include