From f3125052cf16022d906163ffe1ba1513d4a026a0 Mon Sep 17 00:00:00 2001 From: Oliver Reiche Date: Fri, 3 May 2024 12:53:57 +0200 Subject: Remove local toolchain definition ... as Justbuild (>= 1.3.0~beta1) supports static linking for all intermediate binaries (protoc etc.) via setting TOOLCHAIN_CONFIG[BUILD_STATIC]. --- TARGETS | 1 + 1 file changed, 1 insertion(+) (limited to 'TARGETS') diff --git a/TARGETS b/TARGETS index ace854f..1fc9898 100644 --- a/TARGETS +++ b/TARGETS @@ -25,6 +25,7 @@ , { "type": "map_union" , "$1": [ {"type": "singleton_map", "key": "FAMILY", "value": "gnu"} + , {"type": "singleton_map", "key": "BUILD_STATIC", "value": true} , {"type": "singleton_map", "key": "STATIC_RUNLIBS", "value": true} , { "type": "var" , "name": "TOOLCHAIN_CONFIG" -- cgit v1.2.3