Running --enable-msvc-only didn't find jay.vcxproj. (mono/mono#17228)
authorJohan Lorensson <lateralusx.github@gmail.com>
Wed, 9 Oct 2019 08:06:09 +0000 (10:06 +0200)
committerGitHub <noreply@github.com>
Wed, 9 Oct 2019 08:06:09 +0000 (10:06 +0200)
Commit migrated from https://github.com/mono/mono/commit/7fad4a12e223bb3fc89ae75d448b93ecabc825f0

src/mono/msvc/Makefile.am

index 2da65e2..cb5628a 100644 (file)
@@ -90,9 +90,9 @@ clean-genmdesc:
        $(top_srcdir)/msvc/run-msbuild.sh "clean" "$(host_cpu)" "release" "" "genmdesc.vcxproj"
 
 jay:
-       $(top_srcdir)/msvc/run-msbuild.sh "build" "$(host_cpu)" "release" "" "jay.vcxproj"
+       $(top_srcdir)/msvc/run-msbuild.sh "build" "$(host_cpu)" "release" "" "$(top_srcdir)/mcs/jay/jay.vcxproj"
 
 clean-jay:
-       $(top_srcdir)/msvc/run-msbuild.sh "clean" "$(host_cpu)" "release" "" "jay.vcxproj"
+       $(top_srcdir)/msvc/run-msbuild.sh "clean" "$(host_cpu)" "release" "" "$(top_srcdir)/mcs/jay/jay.vcxproj"
 
 endif