From c68b7af55441405bc9f67dd24e8d077dad975f55 Mon Sep 17 00:00:00 2001 From: nillerusr Date: Mon, 15 Aug 2022 22:35:36 +0300 Subject: [PATCH] launcher(android): fix build problem --- launcher/wscript | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/launcher/wscript b/launcher/wscript index a80df92a..437bf2a4 100755 --- a/launcher/wscript +++ b/launcher/wscript @@ -24,7 +24,8 @@ def build(bld): if bld.env.DEST_OS == 'android': source += [ - 'android/main.cpp' + 'android/main.cpp', + 'android/crashhandler.cpp' ] includes = [