Skip to content

Commit

Permalink
[build] Don't build Windows host runtimes on Linux (#756)
Browse files Browse the repository at this point in the history
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/
  • Loading branch information
grendello authored and jonpryor committed Aug 17, 2017
1 parent 14f1bb5 commit d891a86
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions build-tools/scripts/BuildEverything.mk
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,6 @@ ifneq ($(OS),Linux)
ALL_HOST_ABIS += \
mxe-Win32 \
mxe-Win64
else
ALL_HOST_ABIS += \
linux-Win32 \
linux-Win64
endif

ALL_AOT_ABIS += \
Expand Down

0 comments on commit d891a86

Please sign in to comment.