Skip to content

Commit

Permalink
added comment for true/false in bash script
Browse files Browse the repository at this point in the history
  • Loading branch information
jbkyang-nvi committed Sep 18, 2023
1 parent 26eb66b commit 95313af
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ JAVACPP_BRANCH=${JAVACPP_BRANCH:="https://github.com/bytedeco/javacpp-presets.gi
JAVACPP_BRANCH_TAG=${JAVACPP_BRANCH_TAG:="master"}
CMAKE_VERSION=${CMAKE_VERSION:="3.21.1"}
export JAR_INSTALL_PATH="/workspace/install/java-api-bindings"
# Note: Following bashscript convention where True/success == 0 and False == 1
export INCLUDE_DEVELOPER_TOOLS_SERVER=1
KEEP_BUILD_DEPENDENCIES=1

Expand Down

0 comments on commit 95313af

Please sign in to comment.