From c1c616e5695f3c84a048a6c1f66063413957226d Mon Sep 17 00:00:00 2001
From: nillerusr <nillerusr@gmail.com>
Date: Tue, 27 Apr 2021 21:07:11 +0300
Subject: [PATCH] wscript: typo fix

---
 wscript | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/wscript b/wscript
index e38f424f..7b60009e 100644
--- a/wscript
+++ b/wscript
@@ -169,7 +169,7 @@ def define_platform(conf):
 
 	if conf.env.DEST_OS == 'android':
 		conf.env.append_unique('DEFINES', [
-			'ANDROID=1', '_ANDROID=1'
+			'ANDROID=1', '_ANDROID=1',
 			'LINUX=1', '_LINUX=1',
 			'POSIX=1', '_POSIX=1',
 			'GNUC',