try to fix env var in makefile
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Robert Kaussow 2020-06-03 23:58:55 +02:00
parent f5e1924c06
commit 3b1a60ea6a
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ export BUILD_VERSION ?= 1.15.0
export DEBIAN_FRONTEND ?= noninteractive
export LANG ?= C.UTF-8
export TZ ?= UTC
export RUSTFLAGS ?= "-C link-arg=-s"
export RUSTFLAGS ?= -C link-arg=-s
DB ?= postgresql
SRC := src