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:
authorLudovic Henry <luhenry@microsoft.com>2018-11-19 15:52:34 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2018-11-19 15:52:34 +0300
commit6f1537ef5883ce8ddae2548c24fb4e19e5d92148 (patch)
treeafed16a0ce8b73375f589c1e6e6ec524c59b42c1 /autogen.sh
parent5e45e77fbfaec5635cdc4fd9bf47b87ee56f0382 (diff)
[sdks] Add mac-{mac32,mac64} and ios-tools64 targets (#10964)
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index f9c20ca0d7c..583e616b13f 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -120,7 +120,7 @@ for PARAM; do
done
if test x$has_ext_mod = xtrue; then
- pushd ../mono-extensions/scripts
+ pushd $top_srcdir../mono-extensions/scripts
sh ./prepare-repo.sh $ext_mod_args || exit 1
popd
else