Skip to content

Commit 444c4ad

Browse files
Update Buidling-ls1-Brads-Env.md
Signed-off-by: Brad Hutchings <[email protected]>
1 parent 8c3ffae commit 444c4ad

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/Buidling-ls1-Brads-Env.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ This file contains instructions for building `llama.cpp` with `cosmocc` to yield
1010
Let's define some environment variables, resetting those that affect the Makefile:
1111
```
1212
BUILDING_DIR="1-BUILDING-llama.cpp"
13-
export CC=""
14-
export CXX=""
15-
export AR=""
16-
export UNAME_S=""
17-
export UNAME_P=""
18-
export UNAME_M=""
13+
unset CC
14+
unset CXX
15+
unset AR
16+
unset UNAME_S
17+
unset UNAME_P
18+
unset UNAME_M
1919
printf "\n**********\n*\n* FINISHED: Environment Variables.\n*\n**********\n\n"
2020
```
2121

0 commit comments

Comments
 (0)