remove warning about installing mzcom on non-windows
svn: r9472
This commit is contained in:
parent
4d90067891
commit
bb112df454
|
@ -5,7 +5,8 @@
|
||||||
(define (post-installer plt-home)
|
(define (post-installer plt-home)
|
||||||
(let ([exe "MzCOM.exe"])
|
(let ([exe "MzCOM.exe"])
|
||||||
(cond [(not (eq? (system-type) 'windows))
|
(cond [(not (eq? (system-type) 'windows))
|
||||||
(printf "Warning: can't install MzCOM on non-Windows machine\n")]
|
;(printf "Warning: can't install MzCOM on non-Windows machine\n")
|
||||||
|
(void)]
|
||||||
[(not (file-exists? (build-path (find-console-bin-dir) exe)))
|
[(not (file-exists? (build-path (find-console-bin-dir) exe)))
|
||||||
(printf "Warning: MzCOM binary not installed\n")]
|
(printf "Warning: MzCOM binary not installed\n")]
|
||||||
[else (parameterize ([current-directory (find-console-bin-dir)])
|
[else (parameterize ([current-directory (find-console-bin-dir)])
|
||||||
|
|
Loading…
Reference in New Issue
Block a user