We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3a9ee9 commit 01a41ceCopy full SHA for 01a41ce
bindings/python/setup.py
@@ -81,9 +81,6 @@ def build_extensions(self, ext):
81
if sys.maxsize > 2 ** 32:
82
cmake_args += ["-A", "x64"]
83
build_args += ["--", "/m"]
84
- # raise RuntimeError(
85
- # "flashlight-text doesn't support building on Windows [yet]"
86
- # )
87
else:
88
cmake_args += ["-DCMAKE_BUILD_TYPE=" + cfg]
89
build_args += ["--", "-j4"]
0 commit comments