From b286b72d7aea54c1da8dab4284bb513baf0969f1 Mon Sep 17 00:00:00 2001 From: lenawanel <115283664+lenawanel@users.noreply.github.com> Date: Mon, 14 Aug 2023 20:12:36 +0200 Subject: [PATCH] correct wrong information in README (#12) the README said that "`CUSTOM_TINYINST_PATH` = path to local Tinyinst repo" the actual buildscript uses `CUSTOM_TINYINST_DIR` --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c9051f5..fb87087 100644 --- a/README.md +++ b/README.md @@ -21,9 +21,9 @@ FFI to [TinyInst](https://github.com/googleprojectzero/TinyInst). Created for [L `CUSTOM_TINYINST_GENERATOR` = Generator used for cmake `-G` flag -`CUSTOM_TINYINST_PATH` = path to local Tinyinst repo +`CUSTOM_TINYINST_DIR` = path to local Tinyinst repo -`CUSTOM_TINYINST_NO_BUILD` = if set, it won't build Tinyinst everytime. Useful when paired with `CUSTOM_TINYINST_PATH` +`CUSTOM_TINYINST_NO_BUILD` = if set, it won't build Tinyinst everytime. Useful when paired with `CUSTOM_TINYINST_DIR` #### License