File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed
Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 112020-03-07 (0.12.19)
22 COMMON: implement DEFINEKEY undo #92
3+ UI: added R157 colour theme #94
34
452020-02-13 (0.12.19)
56 AUDIO: fix integration with latest version of miniaudio library
Original file line number Diff line number Diff line change @@ -441,6 +441,13 @@ echo ${TARGET}
441441echo "CFLAGS=${CFLAGS}"
442442echo "CXXFLAGS=${CXXFLAGS}"
443443echo "PACKAGE_LIBS=${PACKAGE_LIBS}"
444+
445+ if test x$ac_build_sdl = xyes; then
446+ echo
447+ echo "sdl2: `sdl2-config --version`"
448+ echo "freetype: `pkg-config --version freetype2`"
449+ fi
450+
444451echo
445452
446453if test x$ac_build_dist = xyes; then
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
55 jcenter()
66 }
77 dependencies {
8- classpath ' com.android.tools.build:gradle:3.5.3 '
8+ classpath ' com.android.tools.build:gradle:3.6.2 '
99 classpath " com.github.ben-manes:gradle-versions-plugin:0.22.0"
1010 }
1111}
You can’t perform that action at this time.
0 commit comments