]> git.stg.codes - stg.git/blobdiff - projects/stargazer/Makefile
Merge branch 'stg-2.409-radius'
[stg.git] / projects / stargazer / Makefile
index 0fbccd32ec74fb29eb64bc5e1367a18a92595944..e127d4f8a4eb27e9f07b6e7ab24b9485c1475942 100644 (file)
@@ -33,12 +33,12 @@ STGLIBS = scriptexecuter \
 STGLIBS_INCS = $(addprefix -I ../../stglibs/,$(addsuffix .lib/include,$(STGLIBS)))
 STGLIBS_LIBS = $(addprefix -L ../../stglibs/,$(addsuffix .lib,$(STGLIBS)))
 
-LIBS += $(addprefix -lstg,$(STGLIBS)) $(LIB_THREAD)
+LIBS += $(addprefix -lstg,$(STGLIBS)) $(LIB_THREAD) $(LIBICONV)
 
 ifeq ($(OS),linux)
 LIBS += -ldl
 else
-LIBS += -lc -liconv
+LIBS += -lc
 endif
 
 SEARCH_DIRS = -I ../../include