Skip to content

Commit

Permalink
Windows JNI: make the builder .bat executable
Browse files Browse the repository at this point in the history
Came up while working on #2725

--
Change-Id: I923690642d0fc93dcdb5050837b5ddaaa2a1d494
Reviewed-on: https://cr.bazel.build/9469
PiperOrigin-RevId: 150880961
MOS_MIGRATED_REVID=150880961
  • Loading branch information
laszlocsomor authored and hermione521 committed Mar 23, 2017
1 parent 13862c7 commit 01eb89a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/native/build_windows_jni.sh
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,5 @@ cat > "${VSTEMP}/windows_jni.bat" <<EOF
EOF

# Invoke the file and hopefully generate the .DLL .
chmod +x "${VSTEMP}/windows_jni.bat"
exec "${VSTEMP}/windows_jni.bat"

0 comments on commit 01eb89a

Please sign in to comment.