We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52525dc commit 1f4cf13Copy full SHA for 1f4cf13
meson.build
@@ -1882,7 +1882,8 @@ if features['sdl2-audio'] or features['sdl2-gamepad'] or features['sdl2-video']
1882
warning('You are building with optional SDL2 support. If you encounter build issues, try disabling it.')
1883
endif
1884
1885
-summary({'d3d11': features['d3d11'],
+summary({'cocoa': features['cocoa'] and features['swift'],
1886
+ 'd3d11': features['d3d11'],
1887
'drm': features['drm'],
1888
'javascript': features['javascript'],
1889
'libmpv': get_option('libmpv'),
0 commit comments