Commit f0cc43f8 authored by Antoine Cellerier's avatar Antoine Cellerier

Blind attempt at fixing a predicted link error on WinCE.

parent 82f058bd
...@@ -39,6 +39,10 @@ SOURCES_lua = \ ...@@ -39,6 +39,10 @@ SOURCES_lua = \
if HAVE_WIN32 if HAVE_WIN32
SOURCES_lua += libs/win.c SOURCES_lua += libs/win.c
else
if HAVE_WINCE
SOURCES_lua += libs/win.c
endif
endif endif
libvlc_LTLIBRARIES += liblua_plugin.la libvlc_LTLIBRARIES += liblua_plugin.la
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