summaryrefslogtreecommitdiff
path: root/TARGETS
diff options
context:
space:
mode:
authorOliver Reiche <oliver.reiche@huawei.com>2024-05-03 12:53:57 +0200
committerOliver Reiche <oliver.reiche@huawei.com>2024-05-03 19:27:11 +0200
commitf3125052cf16022d906163ffe1ba1513d4a026a0 (patch)
tree824d4b0f13b775a15b988fa4211e7a951c482e8d /TARGETS
parentdb6989f4e1eab525a8387594dfee628ddddca0d3 (diff)
downloadjustbuild-static-binaries-f3125052cf16022d906163ffe1ba1513d4a026a0.tar.gz
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].
Diffstat (limited to 'TARGETS')
-rw-r--r--TARGETS1
1 files changed, 1 insertions, 0 deletions
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"