Meson: 'lib' prefix in library names given to compiler.find_library()
Some (but not all) of our c_compiler.find_library() calls on meson.build include the 'lib' prefix in the name of the libraries. On homebrew/mac that results like failure like "-llibSLD2" (i.e. it tries to link against 'liblibSDL2')
Drop that prefix from all the calls.
Some (but not all) of our c_compiler.find_library() calls on meson.build include the 'lib' prefix in the name of the libraries. On homebrew/mac that results like failure like "-llibSLD2" (i.e. it tries to link against 'liblibSDL2')
Drop that prefix from all the calls.