Skip to content

Commit dce9be4

Browse files
committed
COMMON: Fix crash when passing non-array to CHART
1 parent 0af88ef commit dce9be4

File tree

7 files changed

+116
-128
lines changed

7 files changed

+116
-128
lines changed

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2020-05-09 (0.12.19)
2+
COMMON: Fix crash when passing non-array to CHART
3+
SDL: show icon in linux build
4+
15
2020-05-07 (0.12.19)
26
COMMON: Fix image.save() to array destination
37

configure.ac

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,8 @@ function buildSDL() {
204204

205205
PACKAGE_CFLAGS="${PACKAGE_CFLAGS} ${FONTCONFIG_CFLAGS}"
206206

207+
(cd images && xxd -i sb-desktop-128x128.png > ../src/platform/sdl/icon.h)
208+
207209
dnl backlinking support for modules
208210
PACKAGE_LIBS="${PACKAGE_LIBS} -ldl -no-pie"
209211
PACKAGE_LIBS="${PACKAGE_LIBS} ${FONTCONFIG_LIBS}"

0 commit comments

Comments
 (0)