]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/alien/libraries/finder/macosx/macosx.factor
alien.libraries.finder.macosx: use shared cache on big sur
[factor.git] / 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>