aboutsummarylogtreecommitdiffstats
path: root/mold.sh.in
diff options
context:
space:
mode:
Diffstat (limited to 'mold.sh.in')
-rw-r--r--mold.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/mold.sh.in b/mold.sh.in
index 54ccf12aa001..3509f40a7538 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;
+ check_buildoption "mold" "y"; then
LDFLAGS+=" -fuse-ld=mold"
fi
}