]> gitweb.factorcode.org Git - factor.git/commitdiff
alien.libraries.finder.macosx: use shared cache on big sur
authorJohn Benediktsson <mrjbq7@gmail.com>
Sun, 4 Feb 2024 19:08:23 +0000 (11:08 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Sun, 4 Feb 2024 19:08:23 +0000 (11:08 -0800)
basis/alien/libraries/finder/macosx/macosx.factor

index 2b6ba65f9a5d0692ecdd23201464d809549d8a79..2f19e849e39d8c9560a84c69aaef4ae09cd3d39a 100644 (file)
@@ -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>