aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/native
diff options
context:
space:
mode:
authorGravatar László Csomor <laszlocsomor@google.com>2017-03-22 15:30:11 +0000
committerGravatar Yue Gan <yueg@google.com>2017-03-23 09:47:05 +0000
commit01eb89a6b6823dcbb0971ec9e3010c84a3318dc6 (patch)
treef5f0471a86f24a6449266f36bc648d68260b9a05 /src/main/native
parent13862c7c20ed503cc9df3eb80f2eb97f79ecbe14 (diff)
Windows JNI: make the builder .bat executable
Came up while working on https://github.com/bazelbuild/bazel/issues/2725 -- Change-Id: I923690642d0fc93dcdb5050837b5ddaaa2a1d494 Reviewed-on: https://cr.bazel.build/9469 PiperOrigin-RevId: 150880961 MOS_MIGRATED_REVID=150880961
Diffstat (limited to 'src/main/native')
-rwxr-xr-xsrc/main/native/build_windows_jni.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/native/build_windows_jni.sh b/src/main/native/build_windows_jni.sh
index 97f37e918a..a66267814a 100755
--- a/src/main/native/build_windows_jni.sh
+++ b/src/main/native/build_windows_jni.sh
@@ -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"