feat: Add ucrt64 support in makefile (#455)

This commit is contained in:
Raffaello Bertini
2025-05-29 13:09:22 +01:00
committed by GitHub
parent 138f06e88a
commit c37e273d68
2 changed files with 27 additions and 2 deletions

View File

@ -10,7 +10,7 @@
# print print the build settings
PLAT?= linux
PLATS= macosx linux win32 win64 mingw freebsd solaris
PLATS= macosx linux win32 win64 mingw freebsd solaris ucrt64
all: $(PLAT)