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/libcec/Makefile | |
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/libcec/Makefile')
-rw-r--r-- | tools/depends/target/libcec/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/depends/target/libcec/Makefile b/tools/depends/target/libcec/Makefile index e30c549bc2..16fec1beb9 100644 --- a/tools/depends/target/libcec/Makefile +++ b/tools/depends/target/libcec/Makefile @@ -10,7 +10,7 @@ ARCHIVE=$(SOURCE).tar.gz # configuration settings CONFIGURE=./configure --prefix=$(PREFIX) --disable-rpi \ -LIBDYLIB=$(PLATFORM)/src/lib/.libs/libcec.so.2.0.1 +LIBDYLIB=$(PLATFORM)/src/lib/.libs/libcec.la all: .installed-$(PLATFORM) |