Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions build-tools/bundle/bundle-path.targets
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
<!-- Files which contribute to the bundle "version" -->
<ItemGroup>
<VersionFile Include="..\mono-runtimes\mono-runtimes.*" />
<VersionFile Include="..\scripts\BuildEverything.mk" />
</ItemGroup>
<HashFileContents
Files="@(VersionFile)">
Expand Down
6 changes: 6 additions & 0 deletions build-tools/scripts/BuildEverything.mk
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,19 @@ ifneq ($(OS),Linux)
ALL_HOST_ABIS += \
mxe-Win32 \
mxe-Win64
else
ALL_HOST_ABIS += \
linux-Win32 \
linux-Win64
endif

ALL_AOT_ABIS += \
win-armeabi \
win-arm64 \
win-x86 \
win-x86_64

ifneq ($(OS),Linux)
MONO_OPTIONS += --arch=64
endif

Expand Down