Skip to content

Commit 2dd77c1

Browse files
committed
use normal cargo for windows
1 parent 517723d commit 2dd77c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/compile_all_targets_java_new.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ case $TARGET in
2929
$PROJECT_ROOT/scripts/compile_to_native.sh Darwin x86_64 $LIB_NAME $LIB_TYPE $OUT_DIR zigbuild
3030
;;
3131
"x86_64-pc-windows-gnu")
32-
$PROJECT_ROOT/scripts/compile_to_native.sh Windows x86_64 $LIB_NAME $LIB_TYPE $OUT_DIR zigbuild
32+
$PROJECT_ROOT/scripts/compile_to_native.sh Windows x86_64 $LIB_NAME $LIB_TYPE $OUT_DIR
3333
;;
3434
*)
3535
echo "Unsupported target: $TARGET"

0 commit comments

Comments
 (0)