Commit 9aded185 authored by Richard Diamond's avatar Richard Diamond
Browse files

Makefile: Don't ignore my env vars!

parent cfc79313
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
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