Makefile: Don't ignore my env vars!
This commit is contained in:
parent
cfc79313f5
commit
9aded18534
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue