Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
toasterofbread committed Nov 24, 2024
1 parent 87811e8 commit 9c89444
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion library/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,12 @@ kotlin {
kjna {
generate {
include_dirs += listOf(current_platform.getNativeDependenciesDir(project).resolve("include").absolutePath.replace("\\", "/"))
parser_include_dirs += listOf("/usr/include/linux/", "/usr/lib/gcc/x86_64-pc-linux-gnu/14.1.1/include/")
parser_include_dirs +=
listOf(
"/usr/include/linux/",
"/usr/lib/gcc/x86_64-pc-linux-gnu/14.1.1/include/",
"C:\\cygwin\\usr\\include\\gtk-3.0"
)

packages(native_targets) {
add("gen.libmpv") {
Expand Down

0 comments on commit 9c89444

Please sign in to comment.