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

github.com/mono/libgit2sharp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Ungureanu <marius.ungureanu@xamarin.com>2014-12-06 15:49:10 +0300
committernulltoken <emeric.fermas@gmail.com>2014-12-07 20:49:56 +0300
commit133505305a4b5d7938e70f125117a872739e474e (patch)
tree15b2e130e7b02ad4baa3dc10b219a0cb919a867b /build.libgit2sharp.sh
parentbf464cf8a99285abba628a275f682b3d6208d5f0 (diff)
Improve tracking toolset of improperly released unmanaged handles
Diffstat (limited to 'build.libgit2sharp.sh')
-rwxr-xr-xbuild.libgit2sharp.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/build.libgit2sharp.sh b/build.libgit2sharp.sh
index a64434fb..84f1ba8a 100755
--- a/build.libgit2sharp.sh
+++ b/build.libgit2sharp.sh
@@ -2,6 +2,7 @@
LIBGIT2SHA=`cat ./LibGit2Sharp/libgit2_hash.txt`
SHORTSHA=${LIBGIT2SHA:0:7}
+EXTRADEFINE="$1"
rm -rf libgit2/build
mkdir libgit2/build
@@ -26,6 +27,6 @@ export MONO_OPTIONS=--debug
echo $DYLD_LIBRARY_PATH
echo $LD_LIBRARY_PATH
-xbuild CI/build.msbuild /t:Deploy
+xbuild CI/build.msbuild /target:Deploy /property:ExtraDefine="$EXTRADEFINE"
exit $?