Skip to content

Commit

Permalink
Fix make build
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Apr 16, 2024
1 parent 44ba583 commit 0e61982
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions libr/libs.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
ifeq ($(LIBS0),)
LIBS0=util
LIBS1=socket reg cons bp config crypto syscall
LIBS2=search flag esil io
LIBS3=arch fs # esil depends on reg and esil
LIBS4=asm anal magic
LIBS2=search flag esil
LIBS3=arch io # esil depends on reg and esil
LIBS4=asm anal magic fs
LIBS5=lang egg bin
LIBS6=debug
LIBS7=core
Expand Down

0 comments on commit 0e61982

Please sign in to comment.