win64: fix `raco dist'

Merge to 5.2.1
(cherry picked from commit b51b36869e)
This commit is contained in:
Matthew Flatt 2012-01-17 21:00:11 -07:00 committed by Ryan Culpepper
parent 5f17c51537
commit e409e91899

View File

@ -147,7 +147,10 @@
(if (file-exists? f)
(format template filename-version-part)
(format template "xxxxxxx"))))])
(map copy-dll '("iconv.dll"))
(map copy-dll (list
(if (equal? "win32\\x86_64" (path->string (system-library-subpath #f)))
"libiconv-2.dll"
"iconv.dll")))
(when (or (memq 'racketcgc types)
(memq 'gracketcgc types))
(map copy-dll