Skip to content

Commit

Permalink
Attempt to fix the Windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
bertfrees committed Apr 10, 2024
1 parent 8c81491 commit 2284234
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions make/enable-java-shell.mk
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@ else
ifeq ($(shell uname -s),Darwin)
SHELL := $(dir $(lastword $(MAKEFILE_LIST)))bin/darwin_amd64/eval-java
else
ifeq ($(shell uname -s),Linux)
SHELL := $(dir $(lastword $(MAKEFILE_LIST)))bin/linux_amd64/eval-java
else
SHELL := $(dir $(lastword $(MAKEFILE_LIST)))bin/windows_amd64/eval-java
endif
endif
endif
.SHELLFLAGS :=
Expand Down

0 comments on commit 2284234

Please sign in to comment.