From b2ba69afcf1663cf1a66b1134ce90cfe4afcb71e Mon Sep 17 00:00:00 2001 From: Gavin Hayes Date: Thu, 13 Jul 2023 20:38:28 -0400 Subject: [PATCH] fix: remove _start entrypoint to pass args --- product-mini/platforms/linux/hermit.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/product-mini/platforms/linux/hermit.json b/product-mini/platforms/linux/hermit.json index bf8e262372..9136d17d0a 100644 --- a/product-mini/platforms/linux/hermit.json +++ b/product-mini/platforms/linux/hermit.json @@ -1,6 +1,5 @@ { "MAP": [], "ENV": "", - "unused": {}, - "ENTRYPOINT": "_start" + "unused": {} } \ No newline at end of file