Skip to content

Commit

Permalink
Try to find java
Browse files Browse the repository at this point in the history
  • Loading branch information
j-woz committed Sep 11, 2024
1 parent 27c0000 commit 4ca84fb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dev/conda/osx-64/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ DEV_CONDA=$( cd $RECIPE_DIR/.. ; /bin/pwd -P )
echo CONDA_EXE=$CONDA_EXE
CONDA=$( dirname $( dirname $CONDA_EXE ) )
# OpenJDK home should be under MINICONDA/pkgs/openjdk-*
echo FIND JAVA
conda list
set -x
find $CONDA -name java
OPENJDK=( $( find $CONDA/pkgs -type d -name "openjdk-*" ) )
if (( ${#OPENJDK} == 0 ))
then
Expand Down

0 comments on commit 4ca84fb

Please sign in to comment.