X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/3a96390428c5f4a21761ab69dec09203633ec0d1..7ff01d4395b25b73c3c329432ae47aa64b3e3ecf:/projects/sgauth/Makefile diff --git a/projects/sgauth/Makefile b/projects/sgauth/Makefile index 6e330c78..fe588238 100644 --- 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