finish enabling -C rpath by default in rustc. See #30353.

This commit is contained in:
Felix S. Klock II 2016-01-06 16:24:18 +01:00
parent 7312e0a163
commit b043ded802
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ endif
ifdef TRACE
CFG_RUSTC_FLAGS += -Z trace
endif
ifdef CFG_ENABLE_RPATH
ifndef CFG_DISABLE_RPATH
CFG_RUSTC_FLAGS += -C rpath
endif