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
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2019-05-09 12:48:56 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2019-05-09 12:48:56 +0300
commit8370fe318b193a720980f369454c5a85d89804c0 (patch)
tree482211ba68dcd8ca45d96569da6b513b945c0582 /sdks/builds/ios.mk
parentc7697e06438ebb66d74e2ec20dd90d08773b2f4b (diff)
[sdks] Make sure the mono-version.txt directory exists
Diffstat (limited to 'sdks/builds/ios.mk')
-rw-r--r--sdks/builds/ios.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/sdks/builds/ios.mk b/sdks/builds/ios.mk
index 73d4fd1e24d..bfecc35882e 100644
--- a/sdks/builds/ios.mk
+++ b/sdks/builds/ios.mk
@@ -558,6 +558,7 @@ $(ios_LIBS_DIR): package-ios-target32 package-ios-target32s package-ios-target64
$(ios_MONO_VERSION): $(TOP)/configure.ac
+ mkdir -p $(dir $(ios_MONO_VERSION))
grep AC_INIT $(TOP)/configure.ac | sed -e 's/.*\[//' -e 's/\].*//' > $@
##