Skip to content

Commit 3386ab3

Browse files
authored
Fix relocation-model field name in the target spec json
1 parent bc6c1bd commit 3386ab3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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)