Skip to content

Commit

Permalink
fix javac check
Browse files Browse the repository at this point in the history
  • Loading branch information
dougch committed Nov 12, 2024
1 parent 0f6e405 commit 88e247a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/shell.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ function configure {(set -e

function build {(set -e
banner "Running Build"
if [[ -x "$(which javac)" ]]; then
if [[ -f "/usr/bin/javac" ]]; then
javac tests/integrationv2/bin/SSLSocketClient.java
fi
cmake --build ./build -j $(nproc)
Expand Down

0 comments on commit 88e247a

Please sign in to comment.