Skip to content

Commit

Permalink
fix: remove accidental absolute path in build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminAmos committed Jul 13, 2024
1 parent b81bc8d commit a0e358b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ tasks.named("test", Test) {
events("passed")
}

systemProperty "java.library.path", project(":tracy-jni").getLayout().getBuildDirectory().dir("/lib/main/debug").get().asFile.absolutePath
systemProperty "java.library.path", project(":tracy-jni").getLayout().getBuildDirectory().dir("lib/main/debug").get().asFile.absolutePath
}

0 comments on commit a0e358b

Please sign in to comment.