Commit 1b4a712118652814775cae205bc64f968a81c82c

Thomas de Grivel 2020-03-22T16:20:09

For build under MSYS2

1
2
3
4
5
6
7
8
9
10
11
diff --git a/msys.sh b/msys.sh
new file mode 100644
index 0000000..aeebd46
--- /dev/null
+++ b/msys.sh
@@ -0,0 +1,5 @@
+export CC=cc
+export CFLAGS=-I/mingw64/include
+export LDFLAGS=-L/mingw64/lib
+export PATH="$PATH:/mingw64/bin"
+export PKG_CONFIG_PATH=/mingw64/lib/pkgconfig