Merge pull request #29 from akien-mga/wasm-apply-m2n_trampolines_hook

WASM: Apply m2n_trampolines_hook patch added in 0e31293
This commit is contained in:
Rémi Verschelde 2021-01-06 19:49:49 +01:00 committed by GitHub
commit bda87f2d2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -29,7 +29,8 @@ def main(raw_args):
'fix-mono-android-tkill.diff',
'mono-dbg-agent-clear-tls-instead-of-abort.diff',
'bcl-profile-platform-override.diff',
'mono_ios_asl_log_deprecated.diff'
'mono_ios_asl_log_deprecated.diff',
'wasm_m2n_trampolines_hook.diff',
]
if os.path.isfile(os.path.join(mono_source_root, 'mono/tools/offsets-tool/offsets-tool.py')):