aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorRichard Diamond <[email protected]>2014-04-23 05:48:43 -0500
committerRichard Diamond <[email protected]>2014-04-23 05:48:43 -0500
commit9aded18534f31ef6a431fe786852b391a24df94e (patch)
tree50734332095275aea8c00b8ac94464b6358e770a /Makefile.in
parentUpdate for ~[T] changes (diff)
downloadrust-openssl-9aded18534f31ef6a431fe786852b391a24df94e.tar.xz
rust-openssl-9aded18534f31ef6a431fe786852b391a24df94e.zip
Makefile: Don't ignore my env vars!
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 4ad2d6bb..452b6197 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -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