From f95b6da8d562283a988747049d83d3f4156dce3a Mon Sep 17 00:00:00 2001 From: Oliver Reiche Date: Fri, 30 Jun 2023 11:44:03 +0200 Subject: make: Support staging of deps to localbase --- CC/foreign/make/EXPRESSIONS | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'CC/foreign/make/EXPRESSIONS') 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"} ] } -- cgit v1.2.3