summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpericycle <[email protected]>2025-02-10 19:59:41 +0800
committerGitHub <[email protected]>2025-02-10 19:59:41 +0800
commit4b4a2745efc17ff000a60b2d0e220be140dd2a0d (patch)
tree1bcf113daabfec62e8888f0b02bbb868d0876624
parent4ebeeb443c1b270550334c796ed4cde48640e406 (diff)
Rename output makefile -> Makefile.
The pr exists because in freebsd-port the default generated `makefile` can't be detected in the gmake build system.
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 128cfc715..27ccec32b 100755
--- a/configure
+++ b/configure
@@ -28,7 +28,7 @@ xmake_sh_version="1.0.5"
xmake_sh_verbose=false
xmake_sh_diagnosis=false
xmake_sh_copyright="Copyright (C) 2022-present Ruki Wang, tboox.org, xmake.io."
-xmake_sh_makefile="${xmake_sh_projectdir}/makefile"
+xmake_sh_makefile="${xmake_sh_projectdir}/Makefile"
#-----------------------------------------------------------------------------
# some helper functions