mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
switch to Java 17
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#!/usr/bin/make
|
||||
|
||||
CC=gcc
|
||||
JAVA_HOME="`/usr/libexec/java_home -v 11`"
|
||||
JAVA_HOME="`/usr/libexec/java_home -v 17`"
|
||||
JNI=-I${JAVA_HOME}/include -I${JAVA_HOME}/include/darwin/
|
||||
|
||||
default: universal_lib
|
||||
|
||||
Reference in New Issue
Block a user