Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/msvc
diff options
context:
space:
mode:
authorbwadswor <bwadswor@hotmail.com>2019-02-18 14:34:29 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2019-02-18 14:34:29 +0300
commitfe7c3d43e5c40a5918223ae4ef2189ffb275c4ae (patch)
tree18b2eb210ba57cded578a190b2eba2e5886cbd7c /msvc
parent77644b833e0d461c3b18314736e53ac19bd1d866 (diff)
Correct access permissions to include "user execute" for run-msbuild.sh. (#13042)
Correct access permissions for run-msbuild.sh. Adding "user execute" seems to fix the following build error. With this change I'm able to build on windows in Cygwin. without, I see the below error: ``` $ make -j4 (CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /cygdrive/c/mono/mono/missing autoheader) rm -f stamp-h1 touch config.h.in cd . && /bin/sh ./config.status config.h config.status: creating config.h config.status: config.h is unchanged Git submodules updated successfully make all-recursive make[1]: Entering directory '/cygdrive/c/mono/mono' Making all in msvc make[2]: Entering directory '/cygdrive/c/mono/mono/msvc' Building Mono runtime using Visual Studio. ../msvc/run-msbuild.sh "build" "i686" **/bin/sh: ../msvc/run-msbuild.sh: Permission denied** make[2]: *** [Makefile:614: all-local] Error 126 make[2]: Leaving directory '/cygdrive/c/mono/mono/msvc' make[1]: *** [Makefile:583: all-recursive] Error 1 make[1]: Leaving directory '/cygdrive/c/mono/mono' make: *** [Makefile:513: all] Error 2 ```
Diffstat (limited to 'msvc')
-rwxr-xr-x[-rw-r--r--]msvc/run-msbuild.sh0
1 files changed, 0 insertions, 0 deletions
diff --git a/msvc/run-msbuild.sh b/msvc/run-msbuild.sh
index 7de93f0d9f4..7de93f0d9f4 100644..100755
--- a/msvc/run-msbuild.sh
+++ b/msvc/run-msbuild.sh