From 5e23079ecc5ed4ff0aca2b636cf23d95a2e58425 Mon Sep 17 00:00:00 2001 From: jeefo Date: Sun, 22 Sep 2019 00:01:39 +0300 Subject: [PATCH] Fixing travis build. --- project/makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/makefile b/project/makefile index 409e0cb..8fb176b 100644 --- a/project/makefile +++ b/project/makefile @@ -40,7 +40,7 @@ endif BINARY_OUTPUT = $(PROJECT).$(LIBRARY_EXT) ifeq ($(findstring clang,$(COMPILER)),clang) - ifneq "$(OSX)" "false" + ifneq "$(OSX)" "true" ifeq "$(DEBUG)" "true" LINKER_FLAGS += -lstdc++ else @@ -48,7 +48,7 @@ ifeq ($(findstring clang,$(COMPILER)),clang) endif endif else ifeq ($(findstring gcc,$(COMPILER)),gcc) - ifneq "$(OSX)" "false" + ifneq "$(OSX)" "true" ifneq "$(DEBUG)" "true" LINKER_FLAGS += -Wl,--no-undefined COMPILER_FLAGS += -funroll-all-loops