Skip to content

Commit

Permalink
Submodules update to tag 4.10.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
asmorkalov committed Jun 3, 2024
1 parent b56e0f5 commit 12bf0c3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def main():
+
(
[r"lib/libOrbbecSDK.dylib", r"lib/libOrbbecSDK.\d.\d.dylib", r"lib/libOrbbecSDK.\d.\d.\d.dylib"]
if platform.system() == "darwin" and platform.machine() == "ARM64"
if platform.system() == "darwin" and platform.machine() == "arm64"
else []
)
+
Expand Down

0 comments on commit 12bf0c3

Please sign in to comment.