diff options
| author | Liam White <inkscapebronyat-signgmaildotcom> | 2014-05-21 23:54:53 +0000 |
|---|---|---|
| committer | Liam White <inkscapebronyat-signgmaildotcom> | 2014-05-21 23:54:53 +0000 |
| commit | ea1fc60f8d88bf0d00e1daef30046b6129f562a3 (patch) | |
| tree | 085f5cef428070043f5c8be7a0883e13d5a6e245 | |
| parent | add libwpg, libvisio, and libcdr to win64 build (diff) | |
| download | inkscape-ea1fc60f8d88bf0d00e1daef30046b6129f562a3.tar.gz inkscape-ea1fc60f8d88bf0d00e1daef30046b6129f562a3.zip | |
Update for working Win64 GDB (devlibs update required)
(bzr r13341.1.38)
| -rw-r--r-- | build-x64.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-x64.xml b/build-x64.xml index 840b3694a..24168e039 100644 --- a/build-x64.xml +++ b/build-x64.xml @@ -771,7 +771,7 @@ </fileset> </copy> <!-- <copy todir="${dist}/share"> <fileset dir="${devlibs}/share/poppler"/> </copy> --> - <copy todir="${dist}" file="${mingw_bin}/gdb.exe"/> + <copy todir="${dist}" file="${devlibs}/bin/gdb.exe"/> <!-- Aspell dictionaries --> <!-- <copy todir="${dist}/lib"> <fileset dir="${devlibs}/lib/aspell-0.60"/> </copy> --> |
