Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
asmorkalov committed Jun 2, 2024
1 parent 215cda6 commit b56e0f5
Showing 1 changed file with 1 addition and 1 deletion.
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 plaform.system() == "darwin" and platform.machine() == "ARM64"
if platform.system() == "darwin" and platform.machine() == "ARM64"
else []
)
+
Expand Down

0 comments on commit b56e0f5

Please sign in to comment.