Merge pull request #8 from DiamondLovesYou/master

Makefile: Don't ignore my env vars!
This commit is contained in:
Steven Fackler 2014-04-23 12:12:06 -04:00
commit 1fd8efd028
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
RUSTC := rustc
RUSTC ?= rustc
BUILDDIR := build
RUSTCFGS := %RUSTCFGS%
RUSTFLAGS := -O --cfg ndebug $(RUSTCFGS)
RUSTFLAGS += -O --cfg ndebug $(RUSTCFGS)
INSTALL_DIR := %PREFIX%
OPENSSL_LIB := lib.rs