Skip to content

Commit baef1ba

Browse files
authored
See whether Jenkins/Linux builds the cross compilers (#726)
1 parent ff09abd commit baef1ba

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

build-tools/bundle/bundle-path.targets

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
<!-- Files which contribute to the bundle "version" -->
2525
<ItemGroup>
2626
<VersionFile Include="..\mono-runtimes\mono-runtimes.*" />
27+
<VersionFile Include="..\scripts\BuildEverything.mk" />
2728
</ItemGroup>
2829
<HashFileContents
2930
Files="@(VersionFile)">

build-tools/scripts/BuildEverything.mk

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,19 @@ 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
65+
endif
6166

6267
ALL_AOT_ABIS += \
6368
win-armeabi \
6469
win-arm64 \
6570
win-x86 \
6671
win-x86_64
6772

73+
ifneq ($(OS),Linux)
6874
MONO_OPTIONS += --arch=64
6975
endif
7076

0 commit comments

Comments
 (0)