Skip to content

Commit 25d1f4b

Browse files
committed
Auto merge of #30739 - pnkfelix:finish-enable-rpath-by-default, r=dotdash
finish enabling `-C rpath` by default in rustc. See #30353.
2 parents 03f4950 + b043ded commit 25d1f4b

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)