aboutsummarylogtreecommitdiffstats
path: root/mold.sh.in
diff options
context:
space:
mode:
Diffstat (limited to 'mold.sh.in')
-rw-r--r--mold.sh.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/mold.sh.in b/mold.sh.in
index 49ded956bceb..5b7042995179 100644
--- a/mold.sh.in
+++ b/mold.sh.in
@@ -15,7 +15,7 @@ buildenv_functions+=('buildenv_mold')
buildenv_mold() {
if
- check_buildoption "mold" "y"; then
- LDFLAGS+="${LDFLAGS} -fuse-ld=mold"
+ check_buildoption "mold" "y"; then;
+ LDFLAGS+=",-fuse-ld=mold"
fi
}