We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5501b06 commit 36ae47eCopy full SHA for 36ae47e
.ci/scripts/wheel/envvar_base.sh
@@ -8,13 +8,10 @@
8
# should typically only contain shell variable assignments. Be sure to export
9
# any variables so that subprocesses will see them.
10
11
-# Enable pybindings so that users can execute ExecuTorch programs from python.
12
-export EXECUTORCH_BUILD_PYBIND=1
13
-
14
# Ensure that CMAKE_ARGS is defined before referencing it. Defaults to empty
15
# if not defined.
16
export CMAKE_ARGS="${CMAKE_ARGS:-}"
17
18
# Link the XNNPACK backend into the pybindings runtime so that users can execute
19
# ExecuTorch programs that delegate to it.
20
-CMAKE_ARGS="${CMAKE_ARGS} -DEXECUTORCH_BUILD_XNNPACK=ON"
+CMAKE_ARGS="${CMAKE_ARGS} -DEXECUTORCH_BUILD_PYBIND=ON -DEXECUTORCH_BUILD_XNNPACK=ON"
0 commit comments