Skip to content

Commit

Permalink
Install missing sla files from ghidra-native
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Oct 23, 2023
1 parent 38b2097 commit 345ea97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ghidra/deps.mk
Expand Up @@ -125,7 +125,7 @@ GHIDRA_PROCS=$(GHIDRA_SLEIGH_HOME)/*/*/*
sleigh-install:
mkdir -p "$(D)"
for a in DATA $(shell cat ../ghidra-processors.txt) ; do \
for b in cspec ldefs pspec ; do \
for b in cspec ldefs sla pspec ; do \
cp -f $(GHIDRA_SLEIGH_HOME)/$$a/*/*/*.$$b "$(D)"; \
done ;\
done
Expand Down

0 comments on commit 345ea97

Please sign in to comment.