From e4aae0e88f001eb1c8fd050870a26ddb695b5c6e Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Fri, 27 May 2016 13:27:32 -0400 Subject: [PATCH] Add another build step --- build-libs.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build-libs.sh b/build-libs.sh index 17b2e16e7ee..1b339764f88 100755 --- a/build-libs.sh +++ b/build-libs.sh @@ -1,3 +1,4 @@ #!/bin/sh (cd mcs/jay; make) +(cd msvc/scripts/; make prepare.exe; mono prepare.exe `pwd`/mcs core) msbuild net_4_x.sln -- 2.25.1