[K/N] Fix gtk sample compilation on MinGW

This commit is contained in:
Sergey Bogolepov
2021-07-22 14:54:17 +07:00
committed by Space
parent 6c49a18770
commit 0923d13d55
2 changed files with 2 additions and 0 deletions

View File

@@ -37,3 +37,4 @@ on Windows in MinGW64 console, if you do
not have MSYS2-MinGW64 installed - install it first as described in http://www.msys2.org
pacman -S mingw-w64-x86_64-gtk3
pacman -S mingw-w64-x86_64-harfbuzz

View File

@@ -57,6 +57,7 @@ kotlin {
"include/pango-1.0",
"include/gtk-3.0",
"include/glib-2.0",
"include/harfbuzz",
"lib/glib-2.0/include"
).forEach {
includeDirs(mingwPath.resolve(it))