Merge pull request #3 from heuripedes/master

(Haiku) Fix build
This commit is contained in:
Twinaphex
2014-08-28 19:23:26 +02:00

View File

@@ -237,7 +237,9 @@ asm_mix = 1
endif
CFLAGS += -fPIC
LDLIBS += -lm
ifeq ($(findstring Haiku,$(shell uname -a)),)
LDLIBS += -lm
endif
SHARED ?= -shared
LDFLAGS += $(SHARED)