mirror of
https://github.com/videolan/vlc.git
synced 2024-11-25 02:44:30 +08:00
* configure.ac: another build fix for the win32 mozilla plugin.
This commit is contained in:
parent
18bc4180c1
commit
63b109bacb
@ -3634,7 +3634,7 @@ then
|
||||
if test -n "${CYGPATH}"; then
|
||||
XPIDL="${real_mozilla_sdk}/xpcom/bin/xpidl"
|
||||
real_mozilla_sdk="`${CYGPATH} -w ${real_mozilla_sdk}`"
|
||||
XPIDL_INCL="${XPIDL_INCL} -I${real_mozilla_sdk}/xpcom/idl"
|
||||
XPIDL_INCL="${XPIDL_INCL} -I\"${real_mozilla_sdk}/xpcom/idl\""
|
||||
fi ])
|
||||
CPPFLAGS="${CPPFLAGS_save}"
|
||||
])
|
||||
|
Loading…
Reference in New Issue
Block a user