win64: fix `raco dist'
Merge to 5.2.1
This commit is contained in:
parent
cabd6fabc7
commit
b51b36869e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user