Skip to content

Commit 6241842

Browse files
committed
build: explicitly specify python interpreter
This ensures that the build system can control the python interpreter rather than relying on the `PATH` or the shebang.
1 parent 98e2144 commit 6241842

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build-script.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ def generate_single_gyb_file(
141141

142142
# Generate the new file
143143
gyb_command = [
144+
sys.executable,
144145
gyb_exec,
145146
gyb_file,
146147
"-o",

0 commit comments

Comments
 (0)