From 478cae34a10a6f68bfc6220814d5794c76d59f3b Mon Sep 17 00:00:00 2001 From: lena Date: Thu, 10 Aug 2023 18:59:42 +0200 Subject: [PATCH] correct wrong information in README 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