Skip to content

Commit

Permalink
Update macos.Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
LionZXY authored Aug 25, 2019
1 parent 17a1660 commit 53a13f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macos.Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ src/pkg/macos/links/jre.tar.gz:

src/pkg/macos/links/jrepath.txt:
mkdir -p src/pkg/macos/links
echo 'jre1.8.0_202.jre/Contents/Home/bin/java' > src/pkg/macos/links/jrepath.txt
echo 'jre_1.8_mac_x64/Contents/Home/bin/java' > src/pkg/macos/links/jrepath.txt

.PHONY: build
build: src/pkg/macos/links/runner.jar src/pkg/macos/links/jre.tar.gz src/pkg/macos/links/jrepath.txt
Expand Down

0 comments on commit 53a13f8

Please sign in to comment.