Skip to content

Commit

Permalink
prev implementation is working
Browse files Browse the repository at this point in the history
Signed-off-by: Nischal Sharma <nischal@web3labs.com>
  • Loading branch information
NickSneo committed Jul 19, 2024
1 parent bb7a57b commit dac3084
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 @@ -25,7 +25,7 @@ task makeConstantineLib(type: Exec) {
description = 'Compiles the Constantine library'
workingDir = file('./constantine')
environment 'CTT_LTO', 'false'
commandLine 'sh', '-c', "which nimble && nimble make_lib"
commandLine "${System.getenv('HOME')}/.nimble/bin/nimble", 'make_lib'
}

task compileJavaSource(type: Exec) {
Expand Down

0 comments on commit dac3084

Please sign in to comment.