From 484fa8dccaf6a3f2b8624c9ffb2c9bb9dd53a879 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ya=C4=9F=C4=B1z=20Zengin?= Date: Sun, 21 Jul 2024 20:23:49 +0300 Subject: [PATCH] pmt: add missing explantions --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 86ac6d1..e6bf2fc 100755 --- a/README.md +++ b/README.md @@ -56,8 +56,10 @@ export NDK_PROJECT_PATH="${PWD}" ``` - Go to the NDK directory and start the build ``` -# Required by pmt's Android.mk +# Required for creating clang version information and directory access export NDK_ROOT_DIR="${PWD}" +cd "${NDK_PROJECT_PATH}" && bash build/bash/gen-header \ +&& cd "${NDK_ROOT_DIR}" # Start build ./ndk-build