mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
major changes underway to rework library handling for different architectures
This commit is contained in:
@@ -88,7 +88,7 @@ public interface PConstants {
|
||||
int MACOSX = 2;
|
||||
|
||||
String[] platformNames = {
|
||||
"other", "windows", "macosx", "linux"
|
||||
"other", "windows", "macos", "linux"
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user