We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b844c9 commit d9ef7dfCopy full SHA for d9ef7df
src/Makevars.ucrt
@@ -1,2 +1,8 @@
1
-CRT=-ucrt
2
-include Makevars.win
+CXX_STD = CXX11
+
3
+PKG_LIBS = -lpng -lz
4
5
+all: clean
6
7
+clean:
8
+ rm -f $(OBJECTS)
0 commit comments