.
original commit: 7238f06a9482b75ca6714d59e1e58e3393baa5df
This commit is contained in:
parent
b087b10700
commit
6cec0bd74d
|
@ -35,7 +35,11 @@
|
|||
(parameterize ([current-directory (find-system-path 'temp-dir)])
|
||||
(when (file-exists? "stdout")
|
||||
(delete-file "stdout"))
|
||||
(system* exe))
|
||||
(system* (if (and mred? (eq? 'macosx (system-type)))
|
||||
(let-values ([(base name dir?) (split-path exe)])
|
||||
(build-path exe "Contents" "MacOS"
|
||||
(path-replace-suffix name #"")))
|
||||
exe)))
|
||||
(when plthome
|
||||
(putenv "PLTHOME" plthome))
|
||||
(when collects
|
||||
|
|
Loading…
Reference in New Issue
Block a user