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 5f252e2 commit 4faa443Copy full SHA for 4faa443
setup.py
@@ -652,10 +652,6 @@ def run(self):
652
653
build_args = [f"-j{self.parallel}"]
654
655
- # TODO(dbort): Try to manage these targets and the cmake args from the
656
- # extension entries themselves instead of hard-coding them here.
657
- build_args += ["--target", "flatc"]
658
-
659
if ShouldBuild.pybindings():
660
cmake_args += [
661
"-DEXECUTORCH_BUILD_PYBIND=ON",
0 commit comments