aboutsummaryrefslogtreecommitdiff
path: root/rose.c
diff options
context:
space:
mode:
authorNunoSempere <nuno.sempere@protonmail.com>2023-03-28 12:00:07 -0600
committerNunoSempere <nuno.sempere@protonmail.com>2023-03-28 12:01:08 -0600
commitdbc334e870234e661648492b7eb9b5d2fe3f307e (patch)
tree0c7aacf81306777dd19ec46d5af4f0b0bf963c48 /rose.c
parentb2bc83ce80af5c47a0c8855470323189c5f1f718 (diff)
chore: more cleanup
Diffstat (limited to 'rose.c')
-rw-r--r--rose.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/rose.c b/rose.c
index 454fc55..75f90f7 100644
--- a/rose.c
+++ b/rose.c
@@ -22,9 +22,10 @@ int CUSTOM_USER_AGENT = true;
// - set their variable to true
// - in build.sh, uncomment: REQS= #./plugins/*/*.c
// 2. Remove stand_in code;
-// - Comment out #include "plugins/stand_in/stand_in.h" line, or edit it
-// together with stand_in.c so as to not include the plugin functions.
-// - In build.sh, comment out REQS=./plugins/stand_in/stand_in.c
+// - Add an #include "plugins/stand_in/stand_in.h" line, and modify
+// stand_in.c so as to include stand-in functions for the excluded plugin
+// - In the make file, include the stand_in.c file and exclude the
+// relevant plugin
#define CACHE \
"base-cache-directory", CACHE_DIR, "base-data-directory", CACHE_DIR, \