Skip to content

Commit bb7ad9b

Browse files
committed
Restored Darwin check.
1 parent 6839a27 commit bb7ad9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@ def main():
118118
+
119119
(
120120
[r"lib/libOrbbecSDK.dylib", r"lib/libOrbbecSDK.1.9.dylib", r"lib/libOrbbecSDK.1.9.4.dylib"]
121-
#if os.name == "Darwin"
122-
#else []
121+
if os.name == "Darwin"
122+
else []
123123
)
124124
+
125125
# In Windows, in python/X.Y/<arch>/; in Linux, in just python/X.Y/.

0 commit comments

Comments
 (0)