fix Create Executable to include -U and -- flags automatically
svn: r15229
This commit is contained in:
parent
dc63612f8a
commit
fa6423e658
|
@ -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))))))))
|
||||
|
|
Loading…
Reference in New Issue
Block a user