From 70a667e465c1e4d09af4c76d7c49ad5b8cf438fa Mon Sep 17 00:00:00 2001 From: Oliver Reiche Date: Fri, 30 Jun 2023 18:54:13 +0200 Subject: foreign: Expose localbase via env var $LOCALBASE --- CC/foreign/make/EXPRESSIONS | 1 + 1 file changed, 1 insertion(+) (limited to 'CC/foreign/make/EXPRESSIONS') 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"} -- cgit v1.2.3