Skip to content

Instantly share code, notes, and snippets.

@z-rui
z-rui / gtk-build.mak
Last active June 1, 2018 11:47
GTK+ Build script for Msys2
CURL=curl -L
TAR=tar
MAKEOPTS=-j2
prefix=$(shell pwd)/gtk-root
export PKG_CONFIG_PATH=$(prefix)/lib/pkgconfig
# some stupid configure scripts requires shared library
# available even if it is installed to a non-standard