From 2db650d7cc0600a0ccdc5ba31ad3a97b3b74a6ea Mon Sep 17 00:00:00 2001 From: NunoSempere Date: Tue, 7 Feb 2023 14:43:00 +0100 Subject: tweak: enable all plugins. --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build.sh') diff --git a/build.sh b/build.sh index 558d361..561d03d 100755 --- a/build.sh +++ b/build.sh @@ -2,8 +2,8 @@ CC=clang SRC=rose.c -# REQS=./plugins/*/*.c -REQS=./plugins/stand_in/stand_in.c +REQS=./plugins/*/*.c +# REQS=./plugins/stand_in/stand_in.c DEPS='webkit2gtk-4.0' INCS=`pkg-config --cflags ${DEPS}` -- cgit v1.2.3