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)
|
(if (file-exists? f)
|
||||||
(format template filename-version-part)
|
(format template filename-version-part)
|
||||||
(format template "xxxxxxx"))))])
|
(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)
|
(when (or (memq 'racketcgc types)
|
||||||
(memq 'gracketcgc types))
|
(memq 'gracketcgc types))
|
||||||
(map copy-dll
|
(map copy-dll
|
||||||
|
|
Loading…
Reference in New Issue
Block a user