move away from deprecated API
This commit is contained in:
		
							parent
							
								
									35fad85c13
								
							
						
					
					
						commit
						e02fb699fc
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -107,7 +107,7 @@ pub fn build(b: *Builder) !void { | |||
|             .name = "codegen", | ||||
|             .root_source_file = b.path("codegen/src/main.zig"), | ||||
|             // We need this generated for the host, not the real target | ||||
|             .target = b.host, | ||||
|             .target = b.graph.host, | ||||
|             .optimize = if (b.verbose) .Debug else .ReleaseSafe, | ||||
|         }); | ||||
|         cg_exe.use_llvm = !no_llvm; | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue