Skip to content

Commit

Permalink
oops wrong path
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonwatson committed Jul 26, 2024
1 parent d5b3931 commit bf0c1d5
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 @@ -31,7 +31,7 @@ dependencies {
}

task buildRustWindows(type: Exec) {
environment 'PATH', System.getenv('PATH') + ";/home/jitpack/xpack-mingw-w64-gcc-13.3.0-1/x86_64-w64-mingw32/bin"
environment 'PATH', System.getenv('PATH') + ";/home/jitpack/xpack-mingw-w64-gcc-13.3.0-1/bin"
commandLine System.properties['user.home'] + '/.cargo/bin/cargo', 'build', '--target', 'x86_64-pc-windows-gnu', '--release'
}

Expand Down

0 comments on commit bf0c1d5

Please sign in to comment.