diff options
author | twinaphex | 2014-12-22 07:01:31 +0100 |
---|---|---|
committer | twinaphex | 2014-12-22 07:01:31 +0100 |
commit | c07f24ea82534fcf33b295c97a36c61d714af7bc (patch) | |
tree | f5132ea2ccf5f6b580f3f527a0d7862711a72e70 | |
parent | 9929bc0bd8591e955bd3a7ed1df29250e843b61a (diff) | |
download | snes9x2005-c07f24ea82534fcf33b295c97a36c61d714af7bc.tar.gz snes9x2005-c07f24ea82534fcf33b295c97a36c61d714af7bc.tar.bz2 snes9x2005-c07f24ea82534fcf33b295c97a36c61d714af7bc.zip |
Link against math library to make QNX library work
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |