Skip to content

Commit 01a41ce

Browse files
authored
format
1 parent f3a9ee9 commit 01a41ce

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

bindings/python/setup.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,6 @@ def build_extensions(self, ext):
8181
if sys.maxsize > 2 ** 32:
8282
cmake_args += ["-A", "x64"]
8383
build_args += ["--", "/m"]
84-
# raise RuntimeError(
85-
# "flashlight-text doesn't support building on Windows [yet]"
86-
# )
8784
else:
8885
cmake_args += ["-DCMAKE_BUILD_TYPE=" + cfg]
8986
build_args += ["--", "-j4"]

0 commit comments

Comments
 (0)