argparser string fix for windows symbol filter.
PiperOrigin-RevId: 292407236 Change-Id: I2c2a8ecf562534fa90137c9ca2f37795365d36b4
This commit is contained in:
parent
37ed82cae8
commit
0ab9380223
tensorflow
@ -5769,7 +5769,7 @@ genrule(
|
||||
--output $@ \\
|
||||
--target _pywrap_tensorflow_internal.pyd \\
|
||||
--symbols $(location //tensorflow/tools/def_file_filter:symbols_pybind) \\
|
||||
--lib_paths $(location :pybind_symbol_target_libs_file)
|
||||
--lib_paths_file $(location :pybind_symbol_target_libs_file)
|
||||
""",
|
||||
"//conditions:default": "touch $@", # Just a placeholder for Unix platforms
|
||||
}),
|
||||
|
@ -78,3 +78,5 @@ md C:\tools\bazel\
|
||||
wget -q https://github.com/bazelbuild/bazel/releases/download/%BAZEL_VERSION%/bazel-%BAZEL_VERSION%-windows-x86_64.exe -O C:/tools/bazel/bazel.exe
|
||||
SET PATH=C:\tools\bazel;%PATH%
|
||||
bazel version
|
||||
|
||||
::Comment dummy
|
||||
|
Loading…
Reference in New Issue
Block a user