diff options
Diffstat (limited to 'src/Compilation.zig')
| -rw-r--r-- | src/Compilation.zig | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |
