Skip to content

Commit

Permalink
Comment out check for debug flag build type. (#972)
Browse files Browse the repository at this point in the history
  • Loading branch information
Al3145 authored and acolwell committed Jul 10, 2024
1 parent a292d0d commit 3fe61e5
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 @@ -300,9 +300,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 3fe61e5

Please sign in to comment.