Fix setting the min. macOS version in the Xamarin profile
authorAlexis Christoforides <alexis@thenull.net>
Fri, 4 Nov 2016 15:31:07 +0000 (11:31 -0400)
committerAlexis Christoforides <alexis@thenull.net>
Fri, 4 Nov 2016 15:31:25 +0000 (11:31 -0400)
packaging/MacSDKRelease/profile.py

index 8638324e74ca32c90b37add51cfa56452f0383fb..2b0d99a3fde9d448f345ee81fc96da591d3d397c 100755 (executable)
@@ -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()