repair for cross-build of OS X executables
This commit is contained in:
parent
d4f3dfb3d0
commit
30005d41ac
|
@ -1,10 +1,11 @@
|
|||
#lang racket/base
|
||||
(require setup/cross-system)
|
||||
|
||||
(provide add-plt-segment
|
||||
get/set-dylib-path)
|
||||
|
||||
(define exe-id
|
||||
(if (equal? (path->bytes (system-library-subpath #f)) #"x86_64-macosx")
|
||||
(if (equal? (path->bytes (cross-system-library-subpath #f)) #"x86_64-macosx")
|
||||
#xFeedFacf
|
||||
#xFeedFace))
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user