[K/N] Fix gtk sample compilation on MinGW
This commit is contained in:
@@ -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
|
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-gtk3
|
||||||
|
pacman -S mingw-w64-x86_64-harfbuzz
|
||||||
|
|||||||
@@ -57,6 +57,7 @@ kotlin {
|
|||||||
"include/pango-1.0",
|
"include/pango-1.0",
|
||||||
"include/gtk-3.0",
|
"include/gtk-3.0",
|
||||||
"include/glib-2.0",
|
"include/glib-2.0",
|
||||||
|
"include/harfbuzz",
|
||||||
"lib/glib-2.0/include"
|
"lib/glib-2.0/include"
|
||||||
).forEach {
|
).forEach {
|
||||||
includeDirs(mingwPath.resolve(it))
|
includeDirs(mingwPath.resolve(it))
|
||||||
|
|||||||
Reference in New Issue
Block a user