Skip to content

Commit 00abcdb

Browse files
committed
run-tests: Remove is-ucrt.c after testing
1 parent 306f5d7 commit 00abcdb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

run-tests.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ if ! $ANY_ARCH-w64-mingw32-gcc -E is-ucrt.c > /dev/null 2>&1; then
4040
# If the default CRT isn't UCRT, we can't build for mingw32uwp.
4141
DEFAULT_OSES="mingw32"
4242
fi
43+
rm -f is-ucrt.c
4344

4445
: ${TARGET_OSES:=${TOOLCHAIN_TARGET_OSES-$DEFAULT_OSES}}
4546

0 commit comments

Comments
 (0)