From 2d35d0ef5302b1f5d827c9e6462e2f0d84f7c83c Mon Sep 17 00:00:00 2001 From: Attila Uygun Date: Sun, 13 Aug 2023 00:00:09 +0200 Subject: [PATCH] fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 52e5a38..fcf125f 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Linux is the supported host platform to build for Android. **Gradle**, Setup: ```text gn gen out/release -gn gen --args='is_debug=true' out/debug +gn gen --args="is_debug=true" out/debug ``` Building and running: ```text