Skip to content

Commit

Permalink
finish enabling -C rpath by default in rustc. See rust-lang#30353.
Browse files Browse the repository at this point in the history
  • Loading branch information
pnkfelix committed Jan 6, 2016
1 parent 7312e0a commit b043ded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mk/main.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b043ded

Please sign in to comment.