Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Update submodules to 4.10.0-pre for testing. #990

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 14 commits into from
Jun 3, 2024
Prev Previous commit
Next Next commit
Abs file names for OrbbecSDK.
  • Loading branch information
asmorkalov committed Jun 2, 2024
commit 6839a27b7d76788ac30a49661907d6841bcc2560
6 changes: 3 additions & 3 deletions 6 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
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.