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 06ea23e commit 18ce935Copy full SHA for 18ce935
meson.build
@@ -206,7 +206,7 @@ if host_machine.system() in ['linux','darwin']
206
deps += dependency('SDL2_image')
207
endif
208
if host_machine.system()=='darwin'
209
- deps += dependency('appleframeworks', modules: ['foundation'])
+ deps += dependency('appleframeworks', modules: ['Foundation'])
210
211
elif host_machine.system() == 'windows'
212
sdl2 = subproject('SDL2-2.26.3')
0 commit comments