Skip to content

Commit

Permalink
Fix mingw build
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Sep 23, 2024
1 parent fac4486 commit 5322bd5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion libr/arch/p/arm/v35/Makefile
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
include ../../../../../global.mk

EXT_AR?=a
EXT_AR=a

all: arch-arm64 arch-armv7
$(MAKE) arm64dis.$(EXT_AR)
$(MAKE) armv7dis.$(EXT_AR)

V35ARM64_HOME=$(CURDIR)

include deps.mk

CFLAGS+=$(V35ARM64_CFLAGS) -fPIC
Expand Down
2 changes: 1 addition & 1 deletion libr/cons/dietline.c
Original file line number Diff line number Diff line change
Expand Up @@ -1170,7 +1170,7 @@ static void __print_prompt(void) {
r_cons_gotoxy (0, cons->rows);
r_cons_flush ();
}
printf ("%s", promptcolor ());
// printf ("%s", promptcolor ());
r_cons_clear_line (0);
if (cons->context->color_mode > 0) {
printf ("\r%s%s%s", Color_RESET, promptcolor (), I.prompt);
Expand Down

0 comments on commit 5322bd5

Please # to comment.