File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed
branches/snap-stage3/src/test/run-make Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
refs/heads/master: b1646cbfd908dc948b251e362669af421100647a
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
- refs/heads/snap-stage3: 2c3bf8836f6f0cd18d8ac4f7189615f7f4098f5d
4
+ refs/heads/snap-stage3: 3770c42a4959cbabc73da52abc7e3db96657974e
5
5
refs/heads/try: 1813e5aa1a03b0596b8de7abd1af31edf5d6098f
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
Original file line number Diff line number Diff line change 1
- export LD_LIBRARY_PATH: =$(TMPDIR ) :$(LD_LIBRARY_PATH )
2
- export DYLD_LIBRARY_PATH: =$(TMPDIR ) :$(DYLD_LIBRARY_PATH )
3
-
4
1
# These deliberately use `=` and not `:=` so that client makefiles can
5
2
# augment HOST_RPATH_DIR / TARGET_RPATH_DIR.
6
3
HOST_RPATH_ENV = \
7
- $(LD_LIB_PATH_ENVVAR ) =$(HOST_RPATH_DIR ) :$$$ (LD_LIB_PATH_ENVVAR )
4
+ $(LD_LIB_PATH_ENVVAR ) =" $(HOST_RPATH_DIR ) :$( $ (LD_LIB_PATH_ENVVAR )) "
8
5
TARGET_RPATH_ENV = \
9
- $(LD_LIB_PATH_ENVVAR ) =$(TARGET_RPATH_DIR ) :$$$ (LD_LIB_PATH_ENVVAR )
6
+ $(LD_LIB_PATH_ENVVAR ) =" $(TARGET_RPATH_DIR ) :$( $ (LD_LIB_PATH_ENVVAR )) "
10
7
11
8
RUSTC := $(HOST_RPATH_ENV ) $(RUSTC ) --out-dir $(TMPDIR ) -L $(TMPDIR )
12
9
CC := $(CC ) -L $(TMPDIR )
@@ -43,7 +40,6 @@ DYLIB_GLOB = $(1)*.dll
43
40
DYLIB = $(TMPDIR ) /$(1 ) .dll
44
41
BIN = $(1 ) .exe
45
42
RPATH_LINK_SEARCH =
46
- RUSTC := PATH="$(PATH ) :$(LD_LIBRARY_PATH ) " $(RUSTC )
47
43
else
48
44
RUN = $(TARGET_RPATH_ENV ) $(RUN_BINFILE )
49
45
FAIL = $(TARGET_RPATH_ENV ) $(RUN_BINFILE ) && exit 1 || exit 0
You can’t perform that action at this time.
0 commit comments