Skip to content

Commit

Permalink
Use local libuvc by default
Browse files Browse the repository at this point in the history
  • Loading branch information
domstoppable committed Mar 5, 2024
1 parent d4f91b3 commit 8559819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
cmake_args = []
cmake_args.append(f"-DUVC_DEBUGGING={os.environ.get('UVC_DEBUGGING', 'OFF')}")
cmake_args.append(
f"-DFORCE_LOCAL_LIBUVC_BUILD={os.environ.get('FORCE_LOCAL_LIBUVC_BUILD', 'OFF')}"
f"-DFORCE_LOCAL_LIBUVC_BUILD={os.environ.get('FORCE_LOCAL_LIBUVC_BUILD', 'ON')}"
)

if platform.system() == "Windows":
Expand Down

0 comments on commit 8559819

Please sign in to comment.