diff options
| -rwxr-xr-x | build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -705,7 +705,7 @@ <copy file="${devlibs}/bin/intl.dll" tofile="${dist}/libintl-2.dll"/> <!-- MINGW support DLLs needed for openmp support --> <copy todir="${dist}" file="${mingw_bin}/mingwm10.dll"/> - <copy todir="${dist}" file="${mingw}/lib/gcc/mingw32/bin/libgomp-1.dll"/> + <copy todir="${dist}" file="${mingw_bin}/libgomp-1.dll"/> <!-- MSGFMT files --> <copy todir="${dist}"> |
