Unverified Commit 5d1a8fcb authored by kirillrdy's avatar kirillrdy Committed by GitHub
Browse files

Merge pull request #257183 from TrevorSmale/master

tinygo: fix typo
parents 6244806f 4079cedd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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}
  '';