Skip to content

Commit

Permalink
Blackberry: Use configuration dir to find debugtoken. QDE uses that d…
Browse files Browse the repository at this point in the history
…irectory by default.
  • Loading branch information
xsacha committed Mar 7, 2014
1 parent ad31cd1 commit 6074ff8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions b.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ BB_OS=`cat ${QNX_TARGET}/etc/qversion 2>/dev/null`
if [ ! -z "$BB_OS" ]; then
CMAKE_ARGS="-DCMAKE_TOOLCHAIN_FILE=Blackberry/bb.toolchain.cmake -DBLACKBERRY=${BB_OS} ${CMAKE_ARGS}"
BUILD_EXT="-bb"
DEBUG_ARGS="-devMode -debugToken ${HOME}/debugtoken.bar"
DEBUG_ARGS="-devMode -debugToken ${QNX_CONFIGURATION}/../debugtoken.bar"
BB_PACKAGE=1
fi

Expand Down Expand Up @@ -47,7 +47,7 @@ if [ "$BUILD_EXT" == "-ios" ]; then
elif [ "$BUILD_EXT" == "-android" ]; then
echo "Building for Android"
elif [ "$BUILD_EXT" == "-bb" ]; then
echo "Building for Blackberry ${BB_OS}"
echo "Building for Blackberry ${BB_OS}"
else
echo "Building for native host."
fi
Expand Down

0 comments on commit 6074ff8

Please sign in to comment.