Skip to content

Commit d891a86

Browse files
grendellojonpryor
authored andcommitted
[build] Don't build Windows host runtimes on Linux (#756)
Fixes the build break from commit baef1ba, which [broke the `xamarin-android-linux` job][0]. [0]: https://jenkins.mono-project.com/view/Xamarin.Android/job/xamarin-android-linux/483/
1 parent 14f1bb5 commit d891a86

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

build-tools/scripts/BuildEverything.mk

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,6 @@ ifneq ($(OS),Linux)
5858
ALL_HOST_ABIS += \
5959
mxe-Win32 \
6060
mxe-Win64
61-
else
62-
ALL_HOST_ABIS += \
63-
linux-Win32 \
64-
linux-Win64
6561
endif
6662

6763
ALL_AOT_ABIS += \

0 commit comments

Comments
 (0)