From 3503fa80c02e19a718245f92eba31f6b0a5cf45c Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Thu, 26 Sep 2024 21:02:12 +0100 Subject: Enable rebuilding the plugin while it is loaded --- compile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'compile') diff --git a/compile b/compile index 9045f53..31e4b8f 100755 --- a/compile +++ b/compile @@ -46,7 +46,8 @@ cc() { ld() { $CC -shared -flto -fpic -fuse-ld=lld $ldflags -L.build -ldl \ - -ltier0 -lvstdlib -o sst.so$objs + -ltier0 -lvstdlib -o .build/sst.so$objs + mv .build/sst.so sst.so } src="\ -- cgit v1.2.3-54-g00ecf