sanzzjk
Results
1
comments of
sanzzjk
You can do some changes. libgnurx-2.5/Makefile: ``` < CC = x86_64-w64-mingw32-gcc -mthreads --- > CC = i686-w64-mingw32-gcc-win32 -mthreads ``` file-windows/build.sh: ``` < sudo cp regex.h /usr/i686-w64-mingw32/include/ < sudo cp libregex.a...