Skip to content

Commit

Permalink
auto merge of rust-lang#11887 : alexcrichton/rust/rpath-for-real, r=t…
Browse files Browse the repository at this point in the history
…hestinger

Closes rust-lang#5219
  • Loading branch information
bors committed Jan 29, 2014
2 parents 6fca555 + dea86ca commit 2ba72fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ endif
ifdef TRACE
CFG_RUSTC_FLAGS += -Z trace
endif
ifdef DISABLE_RPATH
ifdef CFG_DISABLE_RPATH
# NOTE: make this CFG_RUSTC_FLAGS after stage0 snapshot
RUSTFLAGS_STAGE1 += --no-rpath
RUSTFLAGS_STAGE2 += --no-rpath
Expand Down

0 comments on commit 2ba72fa

Please sign in to comment.