diff options
| -rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index aef766a2968..1b3a85e8947 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 |
