diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2018-05-10 02:11:55 +0200 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2018-05-10 02:11:55 +0200 |
commit | 097fc9bdb386705a63a8021d5467266a70e22a6e (patch) | |
tree | 9c677a6d9281c4407dc6eef18c5a36ca0591288e /build-aux/build-static.sh | |
parent | 5379543ca4386c22872c380ccd60d77e51afa134 (diff) | |
download | blogc-097fc9bdb386705a63a8021d5467266a70e22a6e.tar.gz blogc-097fc9bdb386705a63a8021d5467266a70e22a6e.tar.bz2 blogc-097fc9bdb386705a63a8021d5467266a70e22a6e.zip |
build: use predefined yatr project variables
Diffstat (limited to 'build-aux/build-static.sh')
-rwxr-xr-x | build-aux/build-static.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/build-aux/build-static.sh b/build-aux/build-static.sh index 39d6444..bf9cbf4 100755 --- a/build-aux/build-static.sh +++ b/build-aux/build-static.sh @@ -2,8 +2,6 @@ set -ex -PV="$(grep PACKAGE_VERSION config.h | cut -d\" -f2)" - ${MAKE_CMD:-make} LDFLAGS="-all-static" blogc rm -rf root |