diff options
author | Joakim Plate <elupus@ecce.se> | 2014-02-23 21:45:25 +0100 |
---|---|---|
committer | Joakim Plate <elupus@ecce.se> | 2014-02-23 21:52:13 +0100 |
commit | 6df71eef95f7d52f128485fccf7aee2fb1b9c6f6 (patch) | |
tree | a29cb192bc63042dcb41a437210eac53c6369ee2 /tools/depends/target/libbluray | |
parent | 703504815b4d3d738baf2586ee4e1b798a822405 (diff) |
depends: fix already installed check on osx
Avoid depending on .so files which could be .dylib on osx
Fix some invalid dependencies
Diffstat (limited to 'tools/depends/target/libbluray')
-rw-r--r-- | tools/depends/target/libbluray/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/depends/target/libbluray/Makefile b/tools/depends/target/libbluray/Makefile index c4b9ee786b..80c2732ea2 100644 --- a/tools/depends/target/libbluray/Makefile +++ b/tools/depends/target/libbluray/Makefile @@ -11,7 +11,7 @@ ARCHIVE=$(SOURCE).tar.bz2 CONFIGURE=./configure --prefix=$(PREFIX) --exec-prefix=$(PREFIX) \ --disable-examples --disable-doxygen-doc -LIBDYLIB=$(PLATFORM)/src/.libs/libbluray.so.1.0.0 +LIBDYLIB=$(PLATFORM)/src/.libs/libbluray.la all: .installed-$(PLATFORM) |