ppc-macosxonx -> ppc-darwin
original commit: 414111b629881847238346a158f17766674ba82c
This commit is contained in:
parent
8fae6f71f0
commit
d9361d5a4a
|
@ -51,7 +51,7 @@
|
||||||
;; Normal OS Classic:
|
;; Normal OS Classic:
|
||||||
(send-event "MACS" "GURL" "GURL" url-str))]
|
(send-event "MACS" "GURL" "GURL" url-str))]
|
||||||
[(or (eq? (system-type) 'macosx)
|
[(or (eq? (system-type) 'macosx)
|
||||||
(equal? "ppc-macosxonx" (system-library-subpath)))
|
(equal? "ppc-darwin" (system-library-subpath)))
|
||||||
;; not sure what changed, but this is wrong now.... -robby
|
;; not sure what changed, but this is wrong now.... -robby
|
||||||
;;(browser-process (format "osascript -e 'open location \"~a\"'" (regexp-replace* "%" url-str "%25")))
|
;;(browser-process (format "osascript -e 'open location \"~a\"'" (regexp-replace* "%" url-str "%25")))
|
||||||
(browser-process (format "osascript -e 'open location \"~a\"'" url-str))]
|
(browser-process (format "osascript -e 'open location \"~a\"'" url-str))]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user