From e409e918991e6d447152d025d2f3f579683ea352 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Tue, 17 Jan 2012 21:00:11 -0700 Subject: [PATCH] win64: fix `raco dist' Merge to 5.2.1 (cherry picked from commit b51b36869ed2807e34ea7cff70f7a5ca72ee5c94) --- collects/compiler/distribute.rkt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/collects/compiler/distribute.rkt b/collects/compiler/distribute.rkt index 62c66bf028..1a021032c0 100644 --- a/collects/compiler/distribute.rkt +++ b/collects/compiler/distribute.rkt @@ -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