We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23bc6ef commit 343685dCopy full SHA for 343685d
scripts/build.sh
@@ -22,7 +22,8 @@ else
22
fi
23
24
ROOT_DIR="$( mkdir -p "${BUILD_DIR}" && cd "${BUILD_DIR}/.." && pwd )"
25
-BUILD_DIR="$( realpath --relative-to="${ROOT_DIR}" "${BUILD_DIR}" )"
+BUILD_DIR="$( cd "${BUILD_DIR}" && pwd )"
26
+BUILD_DIR="$( basename "${BUILD_DIR}" )"
27
28
if [[ ! -v CMAKE_ARGS && $BUILD_DIR == *debug* ]]
29
then
0 commit comments