Skip to content

Commit c242849

Browse files
committed
update build to do the merge as we need it for the versioned packages, does not actually merge anything into the dll
1 parent 1c216e9 commit c242849

File tree

2 files changed

+37
-33
lines changed

2 files changed

+37
-33
lines changed

build/scripts/Building.fsx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,8 @@ module Build =
119119
if p.MergeDependencies <> [] then Rewrite None f p.MergeDependencies
120120

121121
let ILRepack() =
122-
//nothing to IL merge in the 5.x branch
123-
ignore()
122+
//ilrepack on mono crashes pretty hard on my machine
123+
match isMono with
124+
| true -> ignore()
125+
| false -> ilRepackInternal()
124126

0 commit comments

Comments
 (0)