Skip to content

Commit

Permalink
Fix hexagon install
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Dec 11, 2024
1 parent b91c295 commit 3a25b7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libr/arch/hexagon/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ all: arch_hexagon.${SO}
arch_hexagon.$(SO): $(OBJS)
$(CC) -shared -fPIC -o arch_hexagon.$(SO) $(OBJS) $(LDFLAGS)
rm -f $(PD)/arch_hexagon.$(SO)
mkdir -p $(PD)
cp -f arch_hexagon.$(SO) $(PD)/arch_hexagon.$(SO)

clean:
Expand Down

0 comments on commit 3a25b7f

Please sign in to comment.