From 8559819ab0cd981bc3f3a9c44fd57485260d3670 Mon Sep 17 00:00:00 2001 From: Dominic Canare Date: Tue, 5 Mar 2024 06:32:38 -0600 Subject: [PATCH] Use local libuvc by default --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3a7113b..a25cbdc 100644 --- a/setup.py +++ b/setup.py @@ -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":