ld: warning: dylib (/usr/local/lib/libluajit-5.1.dylib) was built for newer macOS version (13.2) than being linked (13.0)

my mac os version is 13.2.1 when i try to complile nginx(with lua module) this warning block me

That warning occurs when the library was built to require a newer macOS version than the application requires.

ld: warning: dylib (/usr/local/lib/libluajit-5.1.dylib) was built for newer macOS version (13.2) than being linked (13.0)
 
 
Q