We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95c95b5 commit 011caa9Copy full SHA for 011caa9
src/build-scripts/build_opencolorio.bash
@@ -45,6 +45,7 @@ cd ${OPENCOLORIO_SOURCE_DIR}
45
echo "git checkout ${OPENCOLORIO_VERSION} --force"
46
git checkout ${OPENCOLORIO_VERSION} --force
47
echo "Building OpenColorIO from commit" `git rev-parse --short HEAD`
48
+echo "PATH=$PATH"
49
50
time cmake -S . -B ${OPENCOLORIO_BUILD_DIR} \
51
-DCMAKE_BUILD_TYPE=${OPENCOLORIO_BUILD_TYPE} \
0 commit comments