Skip to content
This repository has been archived by the owner on Jan 26, 2025. It is now read-only.

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
toasterofbread committed Aug 17, 2024
1 parent 32eda5d commit 102771c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ kotlin {

kjna {
generate {
include_dirs += listOf(Platform.getCurrent().getNativeDependenciesDir(project).resolve("include").absolutePath)
parser_include_dirs += listOf("/usr/include/linux/", "/usr/lib/gcc/x86_64-pc-linux-gnu/14.1.1/include/")

packages(native_targets) {
Expand Down

0 comments on commit 102771c

Please sign in to comment.