aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authortwinaphex2014-12-22 07:01:31 +0100
committertwinaphex2014-12-22 07:01:31 +0100
commitc07f24ea82534fcf33b295c97a36c61d714af7bc (patch)
treef5132ea2ccf5f6b580f3f527a0d7862711a72e70 /Makefile
parent9929bc0bd8591e955bd3a7ed1df29250e843b61a (diff)
downloadsnesemu-c07f24ea82534fcf33b295c97a36c61d714af7bc.tar.gz
snesemu-c07f24ea82534fcf33b295c97a36c61d714af7bc.tar.bz2
snesemu-c07f24ea82534fcf33b295c97a36c61d714af7bc.zip
Link against math library to make QNX library work
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8d27ad2..3e7515c 100644
--- a/Makefile
+++ b/Makefile
@@ -158,7 +158,7 @@ ifeq ($(LOAD_FROM_MEMORY_TEST),1)
FLAGS += -DLOAD_FROM_MEMORY_TEST
endif
-LDFLAGS += $(fpic) -lz $(SHARED)
+LDFLAGS += $(fpic) -lm $(SHARED)
FLAGS += $(fpic)
FLAGS += $(INCFLAGS)