From a4895f3c42e8bd7d3eba5624e4a11aae5312a085 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Mon, 30 Dec 2024 14:15:48 -0800 Subject: wasm object parsing: fix handling of weak functions and globals --- src/Compilation.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Compilation.zig') diff --git a/src/Compilation.zig b/src/Compilation.zig index 71299bccc7..ba20c384d6 100644 --- a/src/Compilation.zig +++ b/src/Compilation.zig @@ -1596,7 +1596,7 @@ pub fn create(gpa: Allocator, arena: Allocator, options: CreateOptions) !*Compil .pdb_source_path = options.pdb_source_path, .pdb_out_path = options.pdb_out_path, .entry_addr = null, // CLI does not expose this option (yet?) - .object_host_name = null, // TODO expose in the CLI + .object_host_name = "env", }; switch (options.cache_mode) { -- cgit v1.2.3