* Force absolute path for libraries in OSX

- thanks Anton Bolotinksy for the patch
This commit is contained in:
pancake 2012-02-06 13:20:57 +01:00
parent 590a069980
commit e70ef0a622
2 changed files with 11 additions and 4 deletions

13
AUTHORS
View File

@ -1,17 +1,24 @@
Main developers:
================
Main developer (author)
=======================
- pancake <nopcode.org>
Secondary developers
====================
- nibble.ds <gmail.com>
- earada @earada
Contributors: (sorted by length)
================================
- esteve <estlack.org>
- esteve <eslack.org>
- Anton Bolotinksy
- Glyn Kennington
- @schrotthaufen
- elektranox
- neuroflip
- rvalles
- capi_x
- rudi_s
- vext01
- l0gic
- graz
- pof

View File

@ -19,7 +19,7 @@ ARCH=$(shell uname -m)
#CFLAGS+=-arch ${ARCH}
#LDFLAGS+=-arch ${ARCH}
LDFLAGS_LIB=-dynamiclib
LDFLAGS_SONAME=-Wl,-install_name,
LDFLAGS_SONAME=-Wl,-install_name,${LIBDIR}/
else
LDFLAGS_LIB=-shared
#ifneq (${NAME},)