Skip to content

Commit

Permalink
Comment out check for debug flag build type.
Browse files Browse the repository at this point in the history
  • Loading branch information
Al3145 committed Jun 20, 2024
1 parent 9545d85 commit 465a112
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/jenkins/build-natron.sh
Original file line number Diff line number Diff line change
Expand Up @@ -322,9 +322,9 @@ CRASHGUI="NatronCrashReporter"
CRASHCLI="NatronRendererCrashReporter"
if [ "$PKGOS" = "Windows" ]; then
WIN_BIN_TYPE=release
#if [ "${COMPILE_TYPE}" = "debug" ]; then
# WIN_BIN_TYPE=debug
#fi
if [ "${COMPILE_TYPE}" = "debug" ]; then
WIN_BIN_TYPE=debug
fi
NATRON_CONVERTER="$WIN_BIN_TYPE/${NATRON_CONVERTER}.exe"
NATRON_PYTHON_BIN="$WIN_BIN_TYPE/${NATRON_PYTHON_BIN}.exe"
NATRON_TEST="$WIN_BIN_TYPE/${NATRON_TEST}.exe"
Expand Down

0 comments on commit 465a112

Please sign in to comment.