Update configure.py

This commit is contained in:
mraunak
2024-03-25 10:42:12 -07:00
committed by GitHub
parent 3f2e1e54a8
commit a71465d024

View File

@@ -808,7 +808,7 @@ def choose_compiler(environ_cp):
def choose_compiler_Win(environ_cp):
question = 'Do you want to use Clang to build TensorFlow?'
yes_reply = 'Please use "--config=win_clang" to compile TensorFlow with CLANG.'
yes_reply = 'Add "--config=win_clang" to compile TensorFlow with CLANG.'
no_reply = 'MSVC will be used to compile TensorFlow.'
var = int(
get_var(