Skip to content
Snippets Groups Projects
Commit b3c0acfc authored by Cheng Shao's avatar Cheng Shao Committed by Marge Bot
Browse files

hie: fix hie.yaml to use default hie-bios script

!13778 accidentally changed hie.yaml to use hie-bios.bat as the
default hie-bios script, which completely breaks hie support on
non-Windows platforms. This patch reverts that change.
parent 44778963
No related branches found
No related tags found
No related merge requests found
......@@ -5,4 +5,4 @@
# cradle: {bios: {program: "./hadrian/hie-bios.bat"}}
#
# The format is documented here - https://github.com/mpickering/hie-bios
cradle: {bios: {program: "./hadrian/hie-bios.bat"}}
cradle: {bios: {program: "./hadrian/hie-bios"}}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment