Skip to content

Commit 3ec03d7

Browse files
committed
dont explicitly target flatc when building a wheel
1 parent cbcdee4 commit 3ec03d7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

setup.py

-4
Original file line numberDiff line numberDiff line change
@@ -652,10 +652,6 @@ def run(self):
652652

653653
build_args = [f"-j{self.parallel}"]
654654

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-
659655
if ShouldBuild.pybindings():
660656
cmake_args += [
661657
"-DEXECUTORCH_BUILD_PYBIND=ON",

0 commit comments

Comments
 (0)