fix lib paths in plt-help executable

svn: r8940
This commit is contained in:
Matthew Flatt 2008-03-11 00:25:02 +00:00
parent 1bae384561
commit 464f2209f4

View File

@ -24,4 +24,8 @@
(parameterize ([current-launcher-variant variant]) (parameterize ([current-launcher-variant variant])
(mk-launcher '("-l-" "help/help") (mk-launcher '("-l-" "help/help")
(mk-path "plt-help") (mk-path "plt-help")
`([exe-name . "plt-help"] [relative? . #t] ,@extras)))))) `([exe-name . "plt-help"]
[relative? . #t]
[framework-root . #f]
[dll-dir . #f]
,@extras))))))