Skip to content

Commit 997c82c

Browse files
authored
Merge pull request swiftlang#222 from compnerd/python-control
build: explicitly specify python interpreter
2 parents 98e2144 + 6241842 commit 997c82c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build-script.py

+1
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)