diff options
author | Cory Fields <theuni-nospam-@xbmc.org> | 2012-07-17 18:11:12 -0400 |
---|---|---|
committer | Cory Fields <theuni-nospam-@xbmc.org> | 2012-08-08 19:14:50 -0400 |
commit | efeb7369a0829f4ae8d93900593259db77ef0a97 (patch) | |
tree | fcabfae74482aa4640daf26d22e4a70b3041c8ca /Makefile.in | |
parent | 450d260b3f35d4369ab630d72498e6b9f20d75cd (diff) |
[droid] Install all .so. We don't use the arch hacks anymore
Diffstat (limited to 'Makefile.in')
-rwxr-xr-x | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 6299196f0f..0057729e34 100755 --- a/Makefile.in +++ b/Makefile.in @@ -460,7 +460,7 @@ ifeq ($(findstring Darwin,$(shell uname -s)),Darwin) -exec install "{}" $(DESTDIR)$(libdir)/xbmc/"{}" \; \ -exec printf " -- %-75.75s\r" "{}" \; else - @find system addons -regextype posix-extended -type f -not -iregex ".*svn.*" -iregex ".*@ARCH@.*|.*\.vis|.*\.xbs" -exec install -D "{}" $(DESTDIR)$(libdir)/xbmc/"{}" \; -printf " -- %-75.75f\r" + @find system addons -regextype posix-extended -type f -not -iregex ".*svn.*" -iregex ".*\.so|.*\.vis|.*\.xbs" -exec install -D "{}" $(DESTDIR)$(libdir)/xbmc/"{}" \; -printf " -- %-75.75f\r" endif endif |