[vlc-devel] [PATCH 1/2] lua: use proper target for Solaris
    Sean McGovern 
    gseanmcg at gmail.com
       
    Sat Jul 26 01:07:12 CEST 2014
    
    
  
---
 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
-- 
1.7.9.2
    
    
More information about the vlc-devel
mailing list