Skip to content

Commit

Permalink
Update constantine/build.gradle
Browse files Browse the repository at this point in the history
Co-authored-by: garyschulte <garyschulte@gmail.com>
Signed-off-by: Nischal Sharma <nischal@web3labs.com>
  • Loading branch information
NickSneo and garyschulte committed Jul 19, 2024
1 parent 17c57b6 commit cf38680
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions constantine/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ task linuxLibCopy(type: Copy) {
}

task linuxArm64LibCopy(type: Copy) {
dependsOn compileNativeLibrary
from 'constantine/lib/libconstantine.so'
into 'build/resources/main/linux-aarch64'
}
Expand Down

0 comments on commit cf38680

Please sign in to comment.