notaz.gp2x.de
/
picodrive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d848175
)
(Haiku) Fix build
author
Higor Eurípedes
<heuripedes@gmail.com>
Thu, 28 Aug 2014 15:52:34 +0000
(12:52 -0300)
committer
Higor Eurípedes
<heuripedes@gmail.com>
Thu, 28 Aug 2014 17:20:36 +0000
(14:20 -0300)
Makefile.libretro
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.libretro
b/Makefile.libretro
index
640fecf
..
271d604
100644
(file)
--- a/
Makefile.libretro
+++ b/
Makefile.libretro
@@
-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)