summaryrefslogtreecommitdiff
path: root/post_download.in
diff options
context:
space:
mode:
Diffstat (limited to 'post_download.in')
-rwxr-xr-xpost_download.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/post_download.in b/post_download.in
index c6e5ac395cf2..3668b998a988 100755
--- a/post_download.in
+++ b/post_download.in
@@ -69,7 +69,7 @@ fi
dnl ===================================================================
dnl Windows builds - use oowintool to copy CRT dlls and manifest
dnl ===================================================================
-if test "$_os" = "WINNT" -a "$WITH_MINGWIN" != "yes"; then
+if test "$_os" = "WINNT" -a "$WITH_MINGW" != "yes"; then
if ./oowintool --msvc-copy-dlls ./external/msvcp ; then
:
else