diff options
author | wsnipex <wsnipex@a1.net> | 2015-04-29 09:22:04 +0200 |
---|---|---|
committer | wsnipex <wsnipex@a1.net> | 2015-04-29 13:25:03 +0200 |
commit | 9b6dd3f81db6b4d4f9c5b41f16e4c8ee157b05bb (patch) | |
tree | e510aeda140345f407dcee867aba5a97ef7bcb9e /Makefile.in | |
parent | 67d5ae20e09cb27a23ae3608263b5cf04753bf4e (diff) |
[linux] install UseMultiArch.cmake file
needed for binary addons
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 1374ce80f5..7ed7c37f34 100644 --- a/Makefile.in +++ b/Makefile.in @@ -623,6 +623,9 @@ endif @for f in project/cmake/scripts/common/*.cmake; do \ install -m 0644 $$f $(DESTDIR)$(libdir)/@APP_NAME_LC@; \ done +ifeq ($(findstring linux,@host@),linux) + install -m 0644 project/cmake/scripts/linux/UseMultiArch.cmake $(DESTDIR)$(libdir)/@APP_NAME_LC@ +endif @cd $(DESTDIR)$(includedir); [ -L xbmc ] || [ -d xbmc ] || ln -s @APP_NAME_LC@ xbmc uninstall: |