diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2023-06-30 18:54:13 +0200 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2023-07-10 11:26:29 +0200 |
commit | 70a667e465c1e4d09af4c76d7c49ad5b8cf438fa (patch) | |
tree | 0063cc8dc1f028b5b8d4314af540d45312475934 /CC/foreign/make/EXPRESSIONS | |
parent | f95b6da8d562283a988747049d83d3f4156dce3a (diff) | |
download | rules-cc-70a667e465c1e4d09af4c76d7c49ad5b8cf438fa.tar.gz |
foreign: Expose localbase via env var $LOCALBASE
Diffstat (limited to 'CC/foreign/make/EXPRESSIONS')
-rw-r--r-- | CC/foreign/make/EXPRESSIONS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CC/foreign/make/EXPRESSIONS b/CC/foreign/make/EXPRESSIONS index e4db90c..373520b 100644 --- a/CC/foreign/make/EXPRESSIONS +++ b/CC/foreign/make/EXPRESSIONS @@ -253,6 +253,7 @@ [ [ "set -eu" , "mkdir scratch" , "readonly TMPDIR=\"$(pwd)/scratch\"" + , "readonly LOCALBASE=\"$(pwd)/localbase\"" ] , { "type": "if" , "cond": {"type": "var", "name": "pre_cmds"} |