summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2022-12-25 13:53:50 +0800
committerruki <[email protected]>2022-12-25 13:53:50 +0800
commit5e61d20f1d4f63627ea98e8947838c776fb002c3 (patch)
tree3452e62dac22ac9ba79af9065f21339b9e549434
parent8a03211beacebee9efe2bd7ccdc8cc6be22eeb27 (diff)
fix configure
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 6cda002c0..d83e3d354 100755
--- a/configure
+++ b/configure
@@ -3585,6 +3585,7 @@ _gmake_add_switches() {
echo "else" >> "${xmake_sh_makefile}"
echo "INSTALLDIR:=\$(PREFIX)" >> "${xmake_sh_makefile}"
echo "endif" >> "${xmake_sh_makefile}"
+ echo "endif" >> "${xmake_sh_makefile}"
echo "" >> "${xmake_sh_makefile}"
echo "ifeq (\$(INSTALLDIR),)" >> "${xmake_sh_makefile}"
echo "INSTALLDIR=${_install_prefix_default}" >> "${xmake_sh_makefile}"