summaryrefslogtreecommitdiff
path: root/TARGETS
diff options
context:
space:
mode:
authorOliver Reiche <oliver.reiche@huawei.com>2022-04-08 10:29:46 +0200
committerOliver Reiche <oliver.reiche@huawei.com>2022-04-14 13:45:47 +0200
commit5d86168a57564d77dd16a0e342d5ba8adb8f2650 (patch)
treeac1a2974b9e419ca984e8f77b3a1fe9466805590 /TARGETS
parentda787dd39f5a563b462d716d3bcfbb039dee9cd1 (diff)
downloadjustbuild-5d86168a57564d77dd16a0e342d5ba8adb8f2650.tar.gz
just: Add support for building static binary
Diffstat (limited to 'TARGETS')
-rw-r--r--TARGETS11
1 files changed, 10 insertions, 1 deletions
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"]