aboutsummaryrefslogtreecommitdiff
path: root/pw_build/exec.gni
diff options
context:
space:
mode:
Diffstat (limited to 'pw_build/exec.gni')
-rw-r--r--pw_build/exec.gni3
1 files changed, 3 insertions, 0 deletions
diff --git a/pw_build/exec.gni b/pw_build/exec.gni
index eea4c01c1..6cf9bcf1e 100644
--- a/pw_build/exec.gni
+++ b/pw_build/exec.gni
@@ -57,6 +57,8 @@ import("python_action.gni")
# not specified it will not be set and the subprocess will have whatever the
# parent current working directory is.
#
+# venv: Python virtualenv to pass along to the underlying pw_python_action.
+#
# visibility: GN visibility to apply to the underlying target.
#
# Example:
@@ -140,6 +142,7 @@ template("pw_exec") {
"inputs",
"pool",
"public_deps",
+ "venv",
"visibility",
])