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

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Ungureanu <teromario@yahoo.com>2018-01-19 22:37:08 +0300
committerGitHub <noreply@github.com>2018-01-19 22:37:08 +0300
commit90a66cd3a069b72ff6bac3f3a18cc67ef0365cc8 (patch)
tree47ce95dd0da9d4acd7a152704d74127ed9807d07 /Makefile
parent5ebf99df6a71b051b43bf8ecb7df52ee6ac2bf4d (diff)
[AOT] Apply binding redirects (#3694)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 323914a229..29788858b9 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ EXTRA_DIST = configure code_of_conduct.md
SPACE :=
SPACE +=
AOT_DIRECTORIES:=$(subst $(SPACE),:,$(shell find main/build/* -type d))
-MONO_AOT:=MONO_PATH=$(AOT_DIRECTORIES):$(MONO_PATH) mono64 --aot --debug
+MONO_AOT:=MONO_PATH=$(AOT_DIRECTORIES):$(MONO_PATH) mono64 --aot --debug --apply-bindings=main/build/bin/MonoDevelop.exe.config
all: update_submodules all-recursive