diff options
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 48ab7acd89a7..f3af6a1fc69f 100644 --- a/configure.ac +++ b/configure.ac @@ -12619,8 +12619,8 @@ to install a pre-compiled binary make for Win32 mkdir -p /opt/lo/bin cd /opt/lo/bin - wget https://dev-www.libreoffice.org/bin/cygwin/make-85047eb-msvc.exe - cp make-85047eb-msvc.exe make + wget https://dev-www.libreoffice.org/bin/cygwin/make-4.2.1-msvc.exe + cp make-4.2.1-msvc.exe make chmod +x make to install from source: |