Skip to content

Commit 6839a27

Browse files
committed
Abs file names for OrbbecSDK.
1 parent 7638be6 commit 6839a27

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,9 @@ def main():
117117
)
118118
+
119119
(
120-
[r"bin/libOrbbecSDK.*\.dylib"]
121-
if os.name == "Darwin"
122-
else []
120+
[r"lib/libOrbbecSDK.dylib", r"lib/libOrbbecSDK.1.9.dylib", r"lib/libOrbbecSDK.1.9.4.dylib"]
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)