Skip to content

Commit 8bfa366

Browse files
authored
Bump maccore. (#12328)
Fixes this build breakage: cp -R ../../xamarin-macios/msbuild/Xamarin.iOS.Tasks.Windows/bin/Release/netstandard2.0/win/ msbuild/iOS cp: ../../xamarin-macios/msbuild/Xamarin.iOS.Tasks.Windows/bin/Release/netstandard2.0/win/: No such file or directory make[3]: *** [msbuild.zip] Error 1 make[2]: *** [release] Error 2 make[1]: *** [package] Error 2 make: *** [package] Error 2 New commits in xamarin/maccore: * xamarin/maccore@e14b89f9eb Revert "Fixes for msbuild.zip creation (#2483)" (#2484) Diff: https://github.com/xamarin/maccore/compare/49974a981858f73a3d84ee675a4dcd685988f40a..e14b89f9ebd4d1d0dbd2e62ea95cb6676b85da99
1 parent 12cf146 commit 8bfa366

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mk/xamarin.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ MONO_BRANCH := $(shell cd $(MONO_PATH) 2> /dev/null && git symbolic-ref --sho
77
endif
88

99
ifdef ENABLE_XAMARIN
10-
NEEDED_MACCORE_VERSION := 49974a981858f73a3d84ee675a4dcd685988f40a
10+
NEEDED_MACCORE_VERSION := e14b89f9ebd4d1d0dbd2e62ea95cb6676b85da99
1111
NEEDED_MACCORE_BRANCH := main
1212

1313
MACCORE_DIRECTORY := maccore

0 commit comments

Comments
 (0)