Skip to content

Commit

Permalink
Abs file names for OrbbecSDK.
Browse files Browse the repository at this point in the history
  • Loading branch information
asmorkalov committed Jun 2, 2024
1 parent 7638be6 commit 6839a27
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,9 @@ def main():
)
+
(
[r"bin/libOrbbecSDK.*\.dylib"]
if os.name == "Darwin"
else []
[r"lib/libOrbbecSDK.dylib", r"lib/libOrbbecSDK.1.9.dylib", r"lib/libOrbbecSDK.1.9.4.dylib"]
#if os.name == "Darwin"
#else []
)
+
# In Windows, in python/X.Y/<arch>/; in Linux, in just python/X.Y/.
Expand Down

0 comments on commit 6839a27

Please sign in to comment.