Skip to content

Commit

Permalink
im tired
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonwatson committed Jul 26, 2024
1 parent bf0c1d5 commit c59a5c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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/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
2 changes: 1 addition & 1 deletion src/main/rust/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use jni::{objects::{JClass, JString}, sys::jstring, JNIEnv};


#[allow(unused)]
#[no_mangle]
pub extern "system" fn Java_org_frc5572_robotools_RobotProcessor_run<'local>(mut env: JNIEnv<'local>, class: JClass<'local>, input: JString<'local>) -> jstring {

Expand Down

0 comments on commit c59a5c6

Please sign in to comment.