diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2023-06-30 11:44:03 +0200 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2023-07-10 11:26:29 +0200 |
commit | f95b6da8d562283a988747049d83d3f4156dce3a (patch) | |
tree | 1f7b3df27c50ce1bfb8286ea96493b86db29ad73 /CC/foreign/make/EXPRESSIONS | |
parent | 9aab2a4d365128579df85285555d1996f194eea4 (diff) | |
download | rules-cc-f95b6da8d562283a988747049d83d3f4156dce3a.tar.gz |
make: Support staging of deps to localbase
Diffstat (limited to 'CC/foreign/make/EXPRESSIONS')
-rw-r--r-- | CC/foreign/make/EXPRESSIONS | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CC/foreign/make/EXPRESSIONS b/CC/foreign/make/EXPRESSIONS index 7d733a6..e4db90c 100644 --- a/CC/foreign/make/EXPRESSIONS +++ b/CC/foreign/make/EXPRESSIONS @@ -2,6 +2,7 @@ { "vars": [ "source_dir" , "subdir" + , "localbase_dir" , "configure" , "configure_options" , "make_targets" @@ -325,6 +326,10 @@ , "$1": [ {"type": "var", "name": "TOOLCHAIN"} , {"type": "var", "name": "source_dir"} + , { "type": "var" + , "name": "localbase_dir" + , "default": {"type": "empty_map"} + } , {"type": "var", "name": "script"} ] } |