git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Version bump
[stg.git]
/
projects
/
sgauth
/
Makefile
diff --git
a/projects/sgauth/Makefile
b/projects/sgauth/Makefile
index 6e330c78f5725bc9b129aefef2be45ca3a5bea64..fe588238856ebd860a08ad5921c056943a8ebae4 100644
(file)
--- a/
projects/sgauth/Makefile
+++ b/
projects/sgauth/Makefile
@@
-20,10
+20,10
@@
STGLIBS_LIBS = $(addprefix -L ../../stglibs/,$(addsuffix .lib,$(STGLIBS)))
LIBS += $(LIB_THREAD) $(addprefix -lstg,$(STGLIBS))
-ifeq ($(OS),linux)
-else
+ifneq ($(OS),linux)
LIBS += -lintl \
- -lc
+ -lc \
+ -liconv
endif
SEARCH_DIRS = -I ../../include