Lines 3517-3524
Link Here
|
3517 |
(and v (build-path v "collects")))) |
3517 |
(and v (build-path v "collects")))) |
3518 |
(lambda () (find-executable-path (find-system-path 'exec-file) "collects")) |
3518 |
(lambda () (find-executable-path (find-system-path 'exec-file) "collects")) |
3519 |
;; When binary is in bin/ subdir: |
3519 |
;; When binary is in bin/ subdir: |
3520 |
(lambda () (find-executable-path (find-system-path 'exec-file) (build-path 'up "collects"))) |
3520 |
(lambda () (find-executable-path (find-system-path 'exec-file) (build-path 'up "collects"))) |
|
|
3521 |
;; When binary is in bin/ subdir AND collects is in ../share/mzscheme |
3522 |
(lambda () (find-executable-path (find-system-path 'exec-file) (build-path 'up "share" "mzscheme" "collects"))) |
3521 |
;; When binary is in .bin/<platform> subdir: |
3523 |
;; When binary is in .bin/<platform> subdir: |
3522 |
(lambda () (find-executable-path (find-system-path 'exec-file) (build-path 'up 'up "collects"))) |
3524 |
(lambda () (find-executable-path (find-system-path 'exec-file) (build-path 'up 'up "collects"))) |
3523 |
;; When binary is in bin/<appname>.app/Contents/Macos subdir: |
3525 |
;; When binary is in bin/<appname>.app/Contents/Macos subdir: |
3524 |
(lambda () (find-executable-path (find-system-path 'exec-file) (build-path 'up 'up 'up "collects"))))) |
3526 |
(lambda () (find-executable-path (find-system-path 'exec-file) (build-path 'up 'up 'up "collects"))))) |