1
Fork 0

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

View file

@ -124,7 +124,7 @@ endif
ifdef TRACE ifdef TRACE
CFG_RUSTC_FLAGS += -Z trace CFG_RUSTC_FLAGS += -Z trace
endif endif
ifdef DISABLE_RPATH ifdef CFG_DISABLE_RPATH
# NOTE: make this CFG_RUSTC_FLAGS after stage0 snapshot # NOTE: make this CFG_RUSTC_FLAGS after stage0 snapshot
RUSTFLAGS_STAGE1 += --no-rpath RUSTFLAGS_STAGE1 += --no-rpath
RUSTFLAGS_STAGE2 += --no-rpath RUSTFLAGS_STAGE2 += --no-rpath