Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Kyte <alexmkyte@gmail.com>2016-07-13 23:57:18 +0300
committerAlexander Kyte <alexmkyte@gmail.com>2016-07-18 22:03:36 +0300
commit26b2798a2da19749dd004988958f20c04a886df5 (patch)
tree371a0336f129e5bac7b64364456dc29f0490e3ba /mcs/class/Mono.CompilerServices.SymbolWriter
parent5648faa97d8092697e3f40f7f2869a3a47b793d7 (diff)
[runtime] Get ilasm.exe compiling with mobile_static
Diffstat (limited to 'mcs/class/Mono.CompilerServices.SymbolWriter')
-rw-r--r--mcs/class/Mono.CompilerServices.SymbolWriter/SymbolWriterImpl.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/Mono.CompilerServices.SymbolWriter/SymbolWriterImpl.cs b/mcs/class/Mono.CompilerServices.SymbolWriter/SymbolWriterImpl.cs
index a1fd0f918a6..0b25cd7cf5e 100644
--- a/mcs/class/Mono.CompilerServices.SymbolWriter/SymbolWriterImpl.cs
+++ b/mcs/class/Mono.CompilerServices.SymbolWriter/SymbolWriterImpl.cs
@@ -50,7 +50,7 @@ namespace Mono.CompilerServices.SymbolWriter
Hashtable documents = new Hashtable ();
-#if !CECIL
+#if !CECIL && !MOBILE
ModuleBuilder mb;
delegate Guid GetGuidFunc (ModuleBuilder mb);
GetGuidFunc get_guid_func;