Handbook
Glossary
>deployed-library-path ( path -- path' )
Vocabulary
alien
.
libraries
Inputs
path
an
object
Outputs
path'
an
object
Definition
USING:
system
;
IN:
alien.libraries
HOOK:
>deployed-library-path
os
( path -- path' )
Methods
USING:
alien.libraries
io.pathnames
system
;
M:
macos
>deployed-library-path
file-name
"@executable_path/../Frameworks"
prepend-path
;
USING:
alien.libraries
io.pathnames
system
;
M:
unix
>deployed-library-path
file-name
"$ORIGIN"
prepend-path
;