mirror of
https://github.com/zebrajr/tensorflow.git
synced 2025-12-06 12:20:11 +01:00
flatc: Fix VS2022 link error
This commit is contained in:
parent
f53aecb0e1
commit
5f1cb30f3a
2
third_party/flatbuffers/flatbuffers.BUILD
vendored
2
third_party/flatbuffers/flatbuffers.BUILD
vendored
|
|
@ -88,7 +88,7 @@ cc_binary(
|
|||
":platform_freebsd": [
|
||||
"-lm",
|
||||
],
|
||||
":windows": [],
|
||||
":windows": ["/DEFAULTLIB:msvcrt.lib"],
|
||||
"//conditions:default": [
|
||||
"-lm",
|
||||
"-ldl",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user