try fix osx build

This commit is contained in:
Dmitry 2019-07-27 17:44:47 +03:00 committed by jeefo
commit f86b73d067

View file

@ -43,8 +43,6 @@ BINARY_OUTPUT = $(PROJECT).$(LIBRARY_EXT)
ifeq ($(findstring clang,$(COMPILER)),clang)
ifeq "$(OSX)" "false"
LINKER_FLAGS += -lgcc_eh
else
ifeq "$(DEBUG)" "true"
LINKER_FLAGS += -lstdc++
else