From f8c2fa361da66446b9ea9de3d4c0f0ebde97400f Mon Sep 17 00:00:00 2001 From: Andrew Quirke Date: Fri, 8 Nov 2024 12:44:21 -0500 Subject: [PATCH] windows debug --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 49585d78..1e100f34 100755 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ if system == "Darwin": package_compile_args += ["-mmacosx-version-min=10.15"] elif system == "Windows": - #path_separator = "\\" + path_separator = "\\" #lib_folder_name = "Lib" pass