Commit 5147163f authored by Sean McGovern's avatar Sean McGovern Committed by Jean-Baptiste Kempf

lua: use proper target for Solaris

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
(cherry picked from commit 5b120c07eb6625eda6baafb39bcafeb21257ba85)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent e00173c9
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment