mirror of
https://github.com/radareorg/radare2.git
synced 2025-03-04 04:17:25 +00:00
Fix to symlink of DLL which causes link loop
This commit is contained in:
parent
949a84bc05
commit
d9e94ca2bd
@ -51,7 +51,7 @@ CWD=$(shell pwd)
|
||||
symstall install-symlink:
|
||||
mkdir -p "$P"
|
||||
for FILE in * ; do \
|
||||
if [ "$$FILE" != Makefile ]; then \
|
||||
if [ "$$FILE" != Makefile -a "$$FILE" != dll ]; then \
|
||||
ln -fs "${CWD}/$$FILE" "$P/$$FILE" ; \
|
||||
fi ; \
|
||||
done
|
||||
|
Loading…
x
Reference in New Issue
Block a user