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 c987388 commit fc8967e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions library/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,7 @@ kotlin {

kjna {
generate {
include_dirs += listOf(
current_platform.getNativeDependenciesDir(project).resolve("hello").absolutePath,
current_platform.getNativeDependenciesDir(project).resolve("include").absolutePath
).also { println("ADDED INCLUDE DIRS $it") }
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/")

packages(native_targets) {
Expand Down

0 comments on commit fc8967e

Please sign in to comment.