Skip to content

Commit 9c3fee1

Browse files
committed
Typo fix.
1 parent 12bf0c3 commit 9c3fee1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ def main():
117117
+
118118
(
119119
[r"lib/libOrbbecSDK.dylib", r"lib/libOrbbecSDK.\d.\d.dylib", r"lib/libOrbbecSDK.\d.\d.\d.dylib"]
120-
if platform.system() == "darwin" and platform.machine() == "arm64"
120+
if platform.system() == "Darwin" and platform.machine() == "arm64"
121121
else []
122122
)
123123
+

0 commit comments

Comments
 (0)