[mobile_static] Skip verifying ilasm.exe on mobile_static
authorAlexander Kyte <alexmkyte@fastmail.com>
Mon, 6 Jun 2016 14:52:19 +0000 (10:52 -0400)
committerAlexander Kyte <alexmkyte@gmail.com>
Mon, 18 Jul 2016 19:03:43 +0000 (15:03 -0400)
commit695e8f53ae7d21397b33042e129b588d42c5491e
treeabf752ee514fb2499a157052ffca477a9957b504
parentc4465679d9b03c4fb02ed3614368739b3d32f7ae
[mobile_static] Skip verifying ilasm.exe on mobile_static

ILASM.exe has features which a mobile_static runtime will not support.
It is invoked with an external mono when used in the runtime.
We skip it here because otherwise it will fail to verify.
runtime/Makefile.am