mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-10 08:31:29 +00:00
[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
|
||||
|
||||
pacman -S mingw-w64-x86_64-gtk3
|
||||
pacman -S mingw-w64-x86_64-harfbuzz
|
||||
|
||||
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user