Skip to content

Commit

Permalink
alien.libraries.finder.macosx: use shared cache on big sur
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjbq7 committed Feb 4, 2024
1 parent c44ba7a commit 57c6596
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion basis/alien/libraries/finder/macosx/macosx.factor
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ SYMBOL: dyld-executable-path
FUNCTION: bool _dyld_shared_cache_contains_path ( c-string name )

: use-dyld-shared-cache? ( -- ? )
os-version { 11 0 0 } after=? ;
os-version { 10 16 0 } after=? ;

PRIVATE>

Expand Down

0 comments on commit 57c6596

Please sign in to comment.