Merge pull request #257183 from TrevorSmale/master

tinygo: fix typo
This commit is contained in:
kirillrdy
2024-04-04 19:47:50 +11:00
committed by GitHub

View File

@@ -21,7 +21,7 @@ let
# only doing this because only on darwin placing clang.cc in nativeBuildInputs
# doesn't build
bootstrapTools = runCommand "tinygo-bootstap-tools" { } ''
bootstrapTools = runCommand "tinygo-bootstrap-tools" { } ''
mkdir -p $out
ln -s ${lib.getBin clang.cc}/bin/clang $out/clang-${llvmMajor}
'';