Kaydet (Commit) caa51aed authored tarafından Peter Foley's avatar Peter Foley Kaydeden (comit) David Tardon

mergelibs works on windows now

Change-Id: I536921b4734a50b90aa0007ebf2120306ce497a0
üst 0ba0b1ca
......@@ -12574,7 +12574,7 @@ if test "$enable_mergelibs" = "yes" ; then
add_warning "--enable-mergelibs conflicts with --enable-binfilter. Disabling mergelibs."
AC_MSG_RESULT([no])
else
if test $_os != Linux -a $_os != Android; then
if test $_os != Linux -a $_os != Android -a $_os != WINNT; then
add_warning "--enable-mergelibs is not tested for this platform"
fi
MERGELIBS="TRUE"
......
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