Skip to content

Commit 2fb2691

Browse files
authored
Drop Python2.7 from the CMake definition (#62305)
1 parent 3cd4b63 commit 2fb2691

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

utils/swift_build_support/swift_build_support/products/cmake_product.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,6 @@ def host_cmake_options(self, host_target):
194194
host_target.startswith('appletv') or \
195195
host_target.startswith('watch'):
196196

197-
swift_cmake_options.define('Python2_EXECUTABLE',
198-
self.toolchain.find_tool('python2.7'))
199197
swift_cmake_options.define('Python3_EXECUTABLE',
200198
self.toolchain.find_tool('python3'))
201199

0 commit comments

Comments
 (0)