You've already forked linux-packaging-mono
Imported Upstream version 5.10.0.78
Former-commit-id: 46737382176d7b811604042c613d5df6eef74f33
This commit is contained in:
parent
b7cd5de421
commit
6db692b74b
@ -821,6 +821,11 @@ typedef struct {
|
||||
void mono_register_bundled_assemblies (const MonoBundledAssembly **assemblies);
|
||||
void mono_register_config_for_assembly (const char* assembly_name, const char* config_xml);
|
||||
");
|
||||
|
||||
// These values are part of the public API, so they are expected not to change
|
||||
tc.WriteLine("#define MONO_AOT_MODE_NORMAL 1");
|
||||
tc.WriteLine("#define MONO_AOT_MODE_FULL 3");
|
||||
tc.WriteLine("#define MONO_AOT_MODE_LLVMONLY 4");
|
||||
} else {
|
||||
tc.WriteLine ("#include <mono/metadata/mono-config.h>");
|
||||
tc.WriteLine ("#include <mono/metadata/assembly.h>\n");
|
||||
|
Reference in New Issue
Block a user