From: Alexis Christoforides Date: Fri, 4 Nov 2016 15:31:07 +0000 (-0400) Subject: Fix setting the min. macOS version in the Xamarin profile X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=mono.git;a=commitdiff_plain;h=7066e490b9ed3cc776f29909377d50a4ac5e7350 Fix setting the min. macOS version in the Xamarin profile --- diff --git a/packaging/MacSDKRelease/profile.py b/packaging/MacSDKRelease/profile.py index 8638324e74c..2b0d99a3fde 100755 --- a/packaging/MacSDKRelease/profile.py +++ b/packaging/MacSDKRelease/profile.py @@ -17,6 +17,7 @@ class MonoXamarinPackageProfile(MonoReleaseProfile): description = 'The Mono Framework for MacOS (official release)' def setup (self): + MonoReleaseProfile.setup (self) bockbuild.packages_to_build.extend(['mono-extensions']) if bockbuild.cmd_options.release_build: self.setup_codesign()