Merge branch 'asm-cc' of https://github.com/LemonBoy/zig into LemonBoy-asm-cc

This commit is contained in:
Andrew Kelley
2019-05-13 12:10:21 -04:00
5 changed files with 40 additions and 69 deletions

View File

@@ -1376,7 +1376,7 @@ pub const LibExeObjStep = struct {
try zig_args.append(name);
},
LinkObject.AssemblyFile => |asm_file| {
try zig_args.append("--assembly");
try zig_args.append("--c-source");
try zig_args.append(builder.pathFromRoot(asm_file));
},
LinkObject.CSourceFile => |c_source_file| {