Add missing change

This commit is contained in:
bjorn3 2021-05-04 14:01:22 +02:00
parent e7f9301239
commit 7a61ec3007

View file

@ -32,7 +32,7 @@ popd
git clone https://github.com/rust-lang/compiler-builtins.git || echo "rust-lang/compiler-builtins has already been cloned"
pushd compiler-builtins
git checkout -- .
git checkout 0.1.40
git checkout 0.1.42
git apply ../../crate_patches/000*-compiler-builtins-*.patch
popd