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
path: root/tools
diff options
context:
space:
mode:
authorLarry Ewing <lewing@microsoft.com>2019-08-27 16:10:38 +0300
committerLarry Ewing <lewing@microsoft.com>2019-09-04 02:06:36 +0300
commit68b7af05399023cfedefe13965070b477648f54a (patch)
treedf232d609ec8f339a4947f76d8556ecc5976b749 /tools
parent1780e1d1f8b01feafe6ddcb2c59d241122a6e61a (diff)
[wasm] update emscripten
Diffstat (limited to 'tools')
-rw-r--r--tools/offsets-tool-py/offsets-tool.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/offsets-tool-py/offsets-tool.py b/tools/offsets-tool-py/offsets-tool.py
index caaf1b96f1e..10929bfdcf2 100644
--- a/tools/offsets-tool-py/offsets-tool.py
+++ b/tools/offsets-tool-py/offsets-tool.py
@@ -80,7 +80,7 @@ class OffsetsTool:
if "wasm" in args.abi:
require_emscipten_path (args)
- self.sys_includes = [args.emscripten_path + "/system/include/libc"]
+ self.sys_includes = [args.emscripten_path + "/system/include/libc", args.emscripten_path + "/system/lib/libc/musl/arch/emscripten"]
self.target = Target ("TARGET_WASM", None, [])
self.target_args += ["-target", args.abi]