major changes underway to rework library handling for different architectures

This commit is contained in:
Ben Fry
2022-01-22 11:43:25 -05:00
parent 5fef895e84
commit f2e584b819
9 changed files with 277 additions and 180 deletions
+1 -1
View File
@@ -88,7 +88,7 @@ public interface PConstants {
int MACOSX = 2;
String[] platformNames = {
"other", "windows", "macosx", "linux"
"other", "windows", "macos", "linux"
};