fix Create Executable to include -U and -- flags automatically

svn: r15229
This commit is contained in:
Matthew Flatt 2009-06-22 12:23:41 +00:00
parent dc63612f8a
commit fa6423e658

View File

@ -282,7 +282,7 @@
(namespace-require 'scheme/base)
(compile
`(namespace-require '',(string->symbol (path->string short-program-name))))))
#:cmdline null))))
#:cmdline '("-U" "--")))))
(let ([make-launcher (if gui? make-mred-launcher make-mzscheme-launcher)])
(make-launcher (list "-qt-" (path->string program-filename))
executable-filename))))))))