Skip to content

Commit

Permalink
DEBUG: check what is going on
Browse files Browse the repository at this point in the history
  • Loading branch information
strseb committed Jan 22, 2024
1 parent fa4c34f commit 56842c8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions taskcluster/scripts/build/ios_build_debug.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ if [ -d ${TASK_HOME}/build ]; then
fi
mkdir ${TASK_HOME}/build

env
whereis qt-cmake
cat qt-cmake

qt-cmake -S . -B ${TASK_HOME}/build -GXcode \
-DCMAKE_OSX_ARCHITECTURES="arm64" \
-DCMAKE_XCODE_ATTRIBUTE_CODE_SIGN_IDENTITY="" \
Expand Down

0 comments on commit 56842c8

Please sign in to comment.