summarylogtreecommitdiffstats
path: root/lto.sh.in
diff options
context:
space:
mode:
authorQue Quotion2019-03-08 23:58:14 +0900
committerQue Quotion2019-03-08 23:58:14 +0900
commit3c462a7e92b7980f8da08a0bf5d38a65b9fe9f5f (patch)
tree10933960df92a0edc8d815e8e07531aef50335a3 /lto.sh.in
parentd339e8f0b17ee915ad08bc005dab0a675062e547 (diff)
downloadaur-3c462a7e92b7980f8da08a0bf5d38a65b9fe9f5f.tar.gz
fix typo in lto.sh.in which caused flags not to be set
Diffstat (limited to 'lto.sh.in')
-rw-r--r--lto.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/lto.sh.in b/lto.sh.in
index e6478c44ac2b..f22af90129b2 100644
--- a/lto.sh.in
+++ b/lto.sh.in
@@ -11,7 +11,7 @@ LIBRARY=${LIBRARY:-'@libmakepkgdir@'}
source "$LIBRARY/util/option.sh"
build_options+=('lto')
-buildenv_functionss+=('buildenv_lto')
+buildenv_functions+=('buildenv_lto')
buildenv_lto() {
if check_buildoption "lto" "y" && [[ -f "$(gcc -print-search-dirs | grep install | awk '{print $2 "liblto_plugin.so"}')" ]]; then