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
commit 5d1a8fcb66
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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}
'';