diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2025-05-07 12:10:55 +0200 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2025-05-07 16:39:59 +0200 |
commit | b909c514866f1f0713edd831d183e4fa1e5c91f5 (patch) | |
tree | 3654f3655cb10a002c499106bfb01ee62afe9e62 /CC/foreign/cmake/EXPRESSIONS | |
parent | eff965fdd8f03668f99d9c90ea9a3f81dabc3b66 (diff) | |
download | rules-cc-b909c514866f1f0713edd831d183e4fa1e5c91f5.tar.gz |
Do not assume out_dirs exist
Diffstat (limited to 'CC/foreign/cmake/EXPRESSIONS')
-rw-r--r-- | CC/foreign/cmake/EXPRESSIONS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CC/foreign/cmake/EXPRESSIONS b/CC/foreign/cmake/EXPRESSIONS index e0ceab2..e8217dd 100644 --- a/CC/foreign/cmake/EXPRESSIONS +++ b/CC/foreign/cmake/EXPRESSIONS @@ -302,7 +302,7 @@ { "type": "++" , "$1": [ [ "set -eu" - , "mkdir scratch" + , "mkdir -p scratch install" , "readonly ROOT=\"$(pwd)\"" , "export TMPDIR=\"$(pwd)/scratch\"" , "export TOOLCHAIN=\"$(pwd)/toolchain\"" |