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:
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0267472d06..bd22ee07c4 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,10 @@
include main/monodevelop_version
EXTRA_DIST = configure
-MONO_AOT=MONO_PATH=main/build/bin:$(MONO_PATH) mono --aot --debug
+SPACE :=
+SPACE +=
+AOT_DIRECTORIES:=$(subst $(SPACE),:,$(shell find main/build/* -type d))
+MONO_AOT:=MONO_PATH=$(AOT_DIRECTORIES):$(MONO_PATH) mono --aot --debug
all: update_submodules all-recursive