diff --git a/project/makefile b/project/makefile index 728549a..e86c21a 100644 --- a/project/makefile +++ b/project/makefile @@ -64,7 +64,7 @@ else BIN_DIR = release CFLAGS += $(C_OPT_FLAGS) - ifeq "$(OS)" "Linux" + ifneq "$(OS)" "Darwin" LINK += -s endif endif