fix lib paths in plt-help executable
svn: r8940
This commit is contained in:
parent
1bae384561
commit
464f2209f4
|
@ -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))))))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user