[vlc-commits] lua: use proper target for Solaris

Sean McGovern git at videolan.org
Sat Jul 26 01:37:35 CEST 2014


vlc/vlc-2.2 | branch: master | Sean McGovern <gseanmcg at gmail.com> | Fri Jul 25 19:07:12 2014 -0400| [5147163f14ab3d9accaddb3f9d3ae02d3c8b42ac] | committer: Jean-Baptiste Kempf

lua: use proper target for Solaris

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
(cherry picked from commit 5b120c07eb6625eda6baafb39bcafeb21257ba85)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.2.git/?a=commit;h=5147163f14ab3d9accaddb3f9d3ae02d3c8b42ac
---

 contrib/src/lua/rules.mak |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/contrib/src/lua/rules.mak b/contrib/src/lua/rules.mak
index 8389692..64c7ad1 100644
--- a/contrib/src/lua/rules.mak
+++ b/contrib/src/lua/rules.mak
@@ -20,6 +20,9 @@ endif
 ifdef HAVE_WIN32
 LUA_TARGET := mingw
 endif
+ifdef HAVE_SOLARIS
+LUA_TARGET := solaris
+endif
 
 # Feel free to add autodetection if you need to...
 PKGS += lua



More information about the vlc-commits mailing list