mirror of
https://github.com/zebrajr/tensorflow.git
synced 2026-01-15 12:15:41 +00:00
switched to f-strings
This commit is contained in:
@@ -892,8 +892,8 @@ def set_clang_compiler_path_win(environ_cp):
|
||||
)
|
||||
|
||||
write_action_env_to_bazelrc('CLANG_COMPILER_PATH', clang_compiler_path)
|
||||
write_to_bazelrc('build --repo_env=CC="{}"'.format(clang_compiler_path))
|
||||
write_to_bazelrc('build --repo_env=BAZEL_COMPILER="{}"'.format(clang_compiler_path))
|
||||
write_to_bazelrc(f'build --repo_env=CC="{clang_compiler_path}"')
|
||||
write_to_bazelrc(f'build --repo_env=BAZEL_COMPILER="{clang_compiler_path}"')
|
||||
|
||||
return clang_compiler_path
|
||||
|
||||
|
||||
Reference in New Issue
Block a user