Fixing Makefile build for bip6 with win32 MinGW and in github workflows. (#1125)

This commit is contained in:
Steve Karg
2025-10-30 12:00:01 -05:00
committed by GitHub
parent 895d9b3e21
commit 17259b37f3
10 changed files with 216 additions and 104 deletions
-1
View File
@@ -5,7 +5,6 @@ rem assumes rm, cp, size are already in path
set CC=mingw32-gcc.exe
set AR=mingw32-gcc-ar.exe
set NM=mingw32-gcc-nm.exe
set NM=mingw32-gcc-nm.exe
set OBJCOPY=objcopy.exe
set SIZE=size.exe
set MAKE=mingw32-make.exe