Skip to content

Commit b043ded

Browse files
committed
finish enabling -C rpath by default in rustc. See rust-lang#30353.
1 parent 7312e0a commit b043ded

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mk/main.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ endif
149149
ifdef TRACE
150150
CFG_RUSTC_FLAGS += -Z trace
151151
endif
152-
ifdef CFG_ENABLE_RPATH
152+
ifndef CFG_DISABLE_RPATH
153153
CFG_RUSTC_FLAGS += -C rpath
154154
endif
155155

0 commit comments

Comments
 (0)