Fix a typo in disable rpaths

Closes #5219
This commit is contained in:
Alex Crichton 2014-01-28 11:49:25 -08:00
parent b3d10f4383
commit dea86ca86b
1 changed files with 1 additions and 1 deletions

View File

@ -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