| commit | 01eb89a6b6823dcbb0971ec9e3010c84a3318dc6 | [log] [tgz] |
|---|---|---|
| author | László Csomor <laszlocsomor@google.com> | Wed Mar 22 15:30:11 2017 +0000 |
| committer | Yue Gan <yueg@google.com> | Thu Mar 23 09:47:05 2017 +0000 |
| tree | f5f0471a86f24a6449266f36bc648d68260b9a05 | |
| parent | 13862c7c20ed503cc9df3eb80f2eb97f79ecbe14 [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
diff --git a/src/main/native/build_windows_jni.sh b/src/main/native/build_windows_jni.sh index 97f37e9..a662678 100755 --- a/src/main/native/build_windows_jni.sh +++ b/src/main/native/build_windows_jni.sh
@@ -96,4 +96,5 @@ EOF # Invoke the file and hopefully generate the .DLL . +chmod +x "${VSTEMP}/windows_jni.bat" exec "${VSTEMP}/windows_jni.bat"