Kaydet (Commit) e3c2c245 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Always looking for {msvcp,vcruntime}140.dll now

...since b862cbdd "Support MSVC 15.0".

Change-Id: I6e300966ebc006f6ebc6a6ec3af0e0c9e770df1d
Reviewed-on: https://gerrit.libreoffice.org/38150Reviewed-by: 's avatarStephan Bergmann <sbergman@redhat.com>
Tested-by: 's avatarStephan Bergmann <sbergman@redhat.com>
üst 184c1df3
......@@ -5288,11 +5288,7 @@ find_msvc_x64_dlls()
msvcdllpath="$VC_PRODUCT_DIR/redist/MSVC/$vcbuildnumber/x64/Microsoft.VC${VCVER}.CRT"
fi
fi
if test "$VCVER" = 150; then
msvcdlls="msvcp140.dll vcruntime140.dll"
else
msvcdlls="msvcp${VCVER}.dll vcruntime${VCVER}.dll"
fi
msvcdlls="msvcp140.dll vcruntime140.dll"
for dll in $msvcdlls; do
if ! test -f "$msvcdllpath/$dll"; then
AC_MSG_ERROR([can not find $dll in $msvcdllpath])
......
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