Skip to content

Commit

Permalink
Adjust comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kczulko committed Mar 12, 2024
1 parent 43fe5ae commit 8738585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crypto/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ test {
task compileRust {
project.logger.info("#####################" + System.getProperty("os.name").toLowerCase())
doLast {
// nix build detection
// nix build detection
if (!System.getenv('NIX_CC').empty) {
exec {
workingDir 'src/jni-crypto'
Expand Down

0 comments on commit 8738585

Please sign in to comment.