From bf0c1d5c63cc1c95fd7f8e4335bdc3f5f071e0bd Mon Sep 17 00:00:00 2001 From: wilsonwatson Date: Fri, 26 Jul 2024 02:25:27 -0500 Subject: [PATCH] oops wrong path --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 6cfb393..cddc932 100755 --- a/build.gradle +++ b/build.gradle @@ -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' }