We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 517723d commit 2dd77c1Copy full SHA for 2dd77c1
.github/scripts/compile_all_targets_java_new.sh
@@ -29,7 +29,7 @@ case $TARGET in
29
$PROJECT_ROOT/scripts/compile_to_native.sh Darwin x86_64 $LIB_NAME $LIB_TYPE $OUT_DIR zigbuild
30
;;
31
"x86_64-pc-windows-gnu")
32
- $PROJECT_ROOT/scripts/compile_to_native.sh Windows x86_64 $LIB_NAME $LIB_TYPE $OUT_DIR zigbuild
+ $PROJECT_ROOT/scripts/compile_to_native.sh Windows x86_64 $LIB_NAME $LIB_TYPE $OUT_DIR
33
34
*)
35
echo "Unsupported target: $TARGET"
0 commit comments