From 5d86168a57564d77dd16a0e342d5ba8adb8f2650 Mon Sep 17 00:00:00 2001 From: Oliver Reiche Date: Fri, 8 Apr 2022 10:29:46 +0200 Subject: just: Add support for building static binary --- TARGETS | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'TARGETS') diff --git a/TARGETS b/TARGETS index 43ac0d29..0943d44e 100644 --- a/TARGETS +++ b/TARGETS @@ -3,7 +3,16 @@ { "type": "export" , "target": ["src/buildtool/main", "just"] , "flexible_config": - ["OS", "ARCH", "HOST_ARCH", "TARGET_ARCH", "CC", "CXX", "AR", "ENV"] + [ "OS" + , "ARCH" + , "HOST_ARCH" + , "TARGET_ARCH" + , "CC" + , "CXX" + , "AR" + , "ENV" + , "BUILD_STATIC_BINARY" + ] } , "just": { "type": ["@", "rules", "CC", "configure"] -- cgit v1.2.3