Skip to content

Commit

Permalink
start poking at CI
Browse files Browse the repository at this point in the history
Signed-off-by: garyschulte <garyschulte@gmail.com>
  • Loading branch information
garyschulte committed Sep 17, 2024
1 parent 272228d commit 61cee6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion constantine/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ task linuxArm64LibCopy(type: Copy) {
processResources.dependsOn macArmLibCopy, macLibCopy, linuxLibCopy, linuxArm64LibCopy

test {
// environment 'LD_LIBRARY_PATH', "${System.env.LD_LIBRARY_PATH}:build/resources/main/linux-gnu-x86_64"
environment 'LD_LIBRARY_PATH', "${System.env.LD_LIBRARY_PATH}:build/resources/main/linux-gnu-x86_64"
systemProperty 'jna.library.path', file('build/resources/main/linux-gnu-x86_64').absolutePath
dependsOn macArmLibCopy, macLibCopy, linuxLibCopy, linuxArm64LibCopy
}
Expand Down

0 comments on commit 61cee6a

Please sign in to comment.