Skip to content

Commit 528689f

Browse files
committed
add logs
1 parent 930be83 commit 528689f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configure

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
xmake_sh_projectdir=$(X= cd -- "$(dirname -- "$0")" && pwd -P)
2626
xmake_sh_builddir="build"
2727
xmake_sh_version="1.0.5"
28-
xmake_sh_verbose=false
29-
xmake_sh_diagnosis=false
28+
xmake_sh_verbose=true
29+
xmake_sh_diagnosis=true
3030
xmake_sh_copyright="Copyright (C) 2022-present Ruki Wang, https://xmake.io."
3131
xmake_sh_makefile="${xmake_sh_projectdir}/Makefile"
3232
xmake_sh_ninjafile="${xmake_sh_projectdir}/build.ninja"

0 commit comments

Comments
 (0)