Skip to content

Commit

Permalink
Debug libxcb
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
  • Loading branch information
martin-g committed Jan 13, 2025
1 parent b5223b5 commit 7da31ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/mrtrix3/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ln -s ${CC} ${CONDA_PREFIX}/bin/gcc
ln -s ${CXX} ${CONDA_PREFIX}/bin/g++

# debug
find ${PREFIX} -name "*libQt5Core.so*"
find ${PREFIX} -name "*libxcb*.so*"

ARCH=native CFLAGS="${CXXFLAGS}" ./configure -conda || (cat configure.log && exit 123)

Expand Down

0 comments on commit 7da31ee

Please sign in to comment.