From 464f2209f4f90a19bf22bb6f12e77395f119b969 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Tue, 11 Mar 2008 00:25:02 +0000 Subject: [PATCH] fix lib paths in plt-help executable svn: r8940 --- collects/help/installer.ss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/collects/help/installer.ss b/collects/help/installer.ss index 9dd76f2f15..fbee8482a2 100644 --- a/collects/help/installer.ss +++ b/collects/help/installer.ss @@ -24,4 +24,8 @@ (parameterize ([current-launcher-variant variant]) (mk-launcher '("-l-" "help/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))))))