Browse Source

blaze: in is a keyword and can't be used

Sevki 7 years ago
parent
commit
fae63f654c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      BUILD

+ 2 - 2
BUILD

@@ -3,8 +3,8 @@ objcopy(
 	deps=[
 		"//sys/src/9/amd64:harvey"
 	],
-	in="elf64-x86-64",
-	out="elf32-i386",
+	infile="elf64-x86-64",
+	outfile="elf32-i386",
 )
 kernel(
 	name="kernel",