tinygo: fix typo

This commit is contained in:
TS 2023-09-25 00:17:17 -04:00 committed by Peder Bergebakken Sundt
parent 0a017f947f
commit 4079ceddd5

View File

@ -28,7 +28,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}
ln -s ${lib.getBin lld}/bin/ld.lld $out/ld.lld-${llvmMajor}