diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2022-04-08 10:29:46 +0200 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2022-04-14 13:45:47 +0200 |
commit | 5d86168a57564d77dd16a0e342d5ba8adb8f2650 (patch) | |
tree | ac1a2974b9e419ca984e8f77b3a1fe9466805590 /TARGETS | |
parent | da787dd39f5a563b462d716d3bcfbb039dee9cd1 (diff) | |
download | justbuild-5d86168a57564d77dd16a0e342d5ba8adb8f2650.tar.gz |
just: Add support for building static binary
Diffstat (limited to 'TARGETS')
-rw-r--r-- | TARGETS | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -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"] |