From f6ead80fa586cd8045e40b8b67a96356e44cf143 Mon Sep 17 00:00:00 2001 From: Adrian Smith Date: Sun, 7 Jul 2024 15:57:18 -0700 Subject: [PATCH] more build info. --- scripts/compile-shared | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/compile-shared b/scripts/compile-shared index 0ab6e48..99fe4d0 100755 --- a/scripts/compile-shared +++ b/scripts/compile-shared @@ -52,6 +52,7 @@ $GRAALVM_HOME/bin/native-image \ rm -rf ./build/out mkdir -p build/out +find ./tmp find ./tmp -name 'bb.o' -exec cp {} build/out \; # find ./tmp -name 'grease-uber.o' -exec cp {} build/out \;