Skip to content

Commit 7c2f9d9

Browse files
committed
Functions are currently failing to link when building with meson
IMG_Load(...), IMG_LoadTexture(...) since they are defined in IMG.c
1 parent c1a4468 commit 7c2f9d9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

releases.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3535,6 +3535,7 @@
35353535
"sdl3_image"
35363536
],
35373537
"versions": [
3538+
"3.2.4-2",
35383539
"3.2.4-1"
35393540
]
35403541
},

subprojects/packagefiles/sdl3_image/src/meson.build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
img_src = files(
2+
'IMG.c',
23
'IMG_avif.c',
34
'IMG_bmp.c',
45
'IMG_gif.c',

0 commit comments

Comments
 (0)