Skip to content

Commit 6c791c4

Browse files
committed
prismlauncher-git: add JAVA_COMPILER
1 parent 00697e6 commit 6c791c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

archlinuxcn/prismlauncher-git/PKGBUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ prepare() {
5151
build() {
5252
# Using JDK 17 because prismlauncher does not support JDK 20 yet
5353
export JAVA_HOME=/usr/lib/jvm/java-17-openjdk
54+
export JAVA_COMPILER=/usr/lib/jvm/java-17-openjdk/bin/javac
5455
cmake -DCMAKE_BUILD_TYPE= \
5556
-DCMAKE_INSTALL_PREFIX="/usr" \
5657
-DLauncher_APP_BINARY_NAME="${_pkgname}" \

0 commit comments

Comments
 (0)