X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/7e0f07b593a81c4f1bf0101cdc66968ae40462fb..d8f8acd14fef70c01de5f89b89f353a986c58330:/projects/sgauth/Makefile diff --git a/projects/sgauth/Makefile b/projects/sgauth/Makefile index 3c538966..c1a3c9e9 100644 --- a/projects/sgauth/Makefile +++ b/projects/sgauth/Makefile @@ -20,12 +20,12 @@ STGLIBS_LIBS = $(addprefix -L ../../stglibs/,$(addsuffix .lib,$(STGLIBS))) LIBS += $(addprefix -lstg,$(STGLIBS)) $(LIB_THREAD) -ifneq ($(OS),linux) +ifeq ($(OS),linux) +D_FLAG = -D +else LIBS += -lintl \ -lc \ -liconv -D_FLAG = -D -else D_FLAG = -d endif