Skip to content

Commit aeb44a1

Browse files
authored
Merge pull request #186 from bjorn3/patch-1
Fix relocation-model field name in the target spec json
2 parents a5de7a6 + 3386ab3 commit aeb44a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x86_64-bootloader.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818
"disable-redzone": true,
1919
"panic-strategy": "abort",
2020
"executables": true,
21-
"relocation_model": "static"
21+
"relocation-model": "static"
2222
}

0 commit comments

Comments
 (0)