added fix for osx caching

main
Vladyslav Hrytsenko 2023-10-22 19:48:29 +03:00
parent b17d9817d8
commit 6be54e5b74
2 changed files with 2 additions and 2 deletions

View File

@ -841,7 +841,7 @@ if( found && *found == 0 ) {
}
// search (cache)
if( !ptr ) {
if( !ptr && ! is(osx) ) {
ptr = cache_lookup(lookup_id, &size);
}

View File

@ -5815,7 +5815,7 @@ if( found && *found == 0 ) {
}
// search (cache)
if( !ptr ) {
if( !ptr && ! is(osx) ) {
ptr = cache_lookup(lookup_id, &size);
}