Skip to content

Commit 295b729

Browse files
authored
Platforms (#447)
#changelog #platforms
1 parent f89523b commit 295b729

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

commandLine/src/addons/ofAddon.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,15 @@ const vector<string> parseStates {
3737
"linuxaarch64",
3838
"android/armeabi",
3939
"android/armeabi-v7a",
40+
"android/arm64-v8a",
4041
"android/x86",
42+
"android/x86_64",
4143
"emscripten",
4244
"ios",
4345
"osx",
4446
"tvos",
47+
"watchos",
48+
"visionos",
4549
};
4650

4751
// About Project settings

0 commit comments

Comments
 (0)