Skip to content

Commit

Permalink
add arm64-osx platform
Browse files Browse the repository at this point in the history
  • Loading branch information
AGulev committed Aug 17, 2023
1 parent 49325aa commit e3a0d6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/main/java/com/defold/extender/Extender.java
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ class Extender {
"common",
"ios", "armv7-ios","arm64-ios","x86_64-ios",
"android", "armv7-android","arm64-android",
"osx", "x86-osx","x86_64-osx",
"osx", "x86-osx","x86_64-osx","arm64-osx",
"linux", "x86-linux","x86_64-linux",
"win32", "x86-win32","x86_64-win32",
"web", "js-web","wasm-web",
Expand Down

0 comments on commit e3a0d6a

Please sign in to comment.