Skip to content

Commit 18ce935

Browse files
authored
fix case for foundation framework
1 parent 06ea23e commit 18ce935

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ if host_machine.system() in ['linux','darwin']
206206
deps += dependency('SDL2_image')
207207
endif
208208
if host_machine.system()=='darwin'
209-
deps += dependency('appleframeworks', modules: ['foundation'])
209+
deps += dependency('appleframeworks', modules: ['Foundation'])
210210
endif
211211
elif host_machine.system() == 'windows'
212212
sdl2 = subproject('SDL2-2.26.3')

0 commit comments

Comments
 (0)