meson: Fix meson 1.10 warning about add_languages

This commit is contained in:
Bruno Lopes 2026-03-01 11:02:12 -03:00
parent 804991a215
commit fcba50ffcd

View file

@ -216,7 +216,7 @@ endif
osx_ldflags = []
if platform_osx
add_languages('objc')
add_languages('objc', native: true)
osx_ldflags += ['-Wl,-framework,Foundation', '-Wl,-framework,AppKit', '-ObjC']
add_project_link_arguments(osx_ldflags, language : ['objc', 'c'])
endif