pe: add weak extern file for x86_64-windows-msvc (#29)

This commit is contained in:
Philip Craig
2025-08-13 17:02:44 +10:00
committed by GitHub
parent 4b6d8e6c43
commit 87744b1f56
2 changed files with 1 additions and 0 deletions
Binary file not shown.
+1
View File
@@ -1 +1,2 @@
x86_64-w64-mingw32-gcc -c weak-extern.c -o weak-extern.o
clang-21 --target=x86_64-windows-msvc -c weak-extern.c -o weak-extern-clang-msvc.o