8922fa0122
This commit implements a layman's version of realpath() for metadata::loader to use in order to not error on symlinks pointing to the same file. Closes #12459
8 lines
164 B
Makefile
8 lines
164 B
Makefile
-include ../tools.mk
|
|
|
|
all:
|
|
$(RUSTC) foo.rs
|
|
mkdir -p $(TMPDIR)/other
|
|
ln -nsf $(TMPDIR)/$(call DYLIB_GLOB,foo) $(TMPDIR)/other
|
|
$(RUSTC) bar.rs -L $(TMPDIR)/other
|