Skip to content

Commit cbe04cc

Browse files
committed
use CMake's new CMakeConfigureLog.yaml
1 parent 2a14d13 commit cbe04cc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

recipe/build.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,7 @@ cmake -G Ninja \
3131
$CMAKE_EXTRA_ARGS
3232

3333
# debug
34-
ls -R .
35-
cat ./CMakeFiles/CMakeError.log || true
36-
cat ./CMakeFiles/CMakeOutput.log || true
34+
cat ./build/CMakeFiles/CMakeConfigureLog.yaml || true
3735

3836
# Build
3937
ninja -C build cxx cxxabi unwind

0 commit comments

Comments
 (0)