Translate changes to the Makefile build too

This commit is contained in:
David Carlier 2020-06-26 12:43:06 +00:00
parent 6c4187a6e3
commit 3e63226bad

View file

@ -277,6 +277,8 @@ else ifeq ($(YQ2_OSTYPE),Windows)
override LDFLAGS += -lws2_32 -lwinmm -static-libgcc
else ifeq ($(YQ2_OSTYPE), Darwin)
override LDFLAGS += -arch $(YQ2_ARCH)
else ifeq ($(YQ2_OSTYPE), Haiku)
override LDFLAGS += -lm -lnetwork
endif
# Keep symbols hidden.