We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 604e07e commit 8c3ffaeCopy full SHA for 8c3ffae
docs/Buidling-ls1-Brads-Env.md
@@ -107,7 +107,7 @@ export PATH="$(pwd)/cosmocc/bin:$PATH"
107
export CC="cosmocc -I$(pwd)/cosmocc/include -L$(pwd)/cosmocc/lib"
108
export CXX="cosmocc -I$(pwd)/cosmocc/include \
109
-I$(pwd)/cosmocc/include/third_party/libcxx \
110
- -L$(pwd)/cosmocc/lib"
+ -L$(pwd)/cosmocc/lib -L$(pwd)/openssl"
111
export AR="cosmoar"
112
export UNAME_S="cosmocc"
113
export UNAME_P="cosmocc"
0 commit comments