mirror of
https://github.com/stnolting/neorv32.git
synced 2025-04-24 06:07:52 -04:00
Fix: quote readlink to fix windows make check (#1197)
Some checks failed
Processor / processor simulation (push) Has been cancelled
Some checks failed
Processor / processor simulation (push) Has been cancelled
This commit is contained in:
commit
fa0ea6904f
1 changed files with 1 additions and 1 deletions
|
@ -281,7 +281,7 @@ endif
|
|||
@echo "NEORV32_HOME: $(NEORV32_HOME)"
|
||||
@echo "---------------- Check: Shell ----------------"
|
||||
@echo ${SHELL}
|
||||
@readlink -f ${SHELL}
|
||||
@readlink -f "${SHELL}"
|
||||
@echo "---------------- Check: $(CC) ----------------"
|
||||
@$(CC) -v
|
||||
@echo "---------------- Check: $(OBJDUMP) ----------------"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue