Remove -pthread when compiling for WebAssembly.
PiperOrigin-RevId: 306357429 Change-Id: Id5c88a72da6eb6e5b7a9af291211a587c06605d8
This commit is contained in:
parent
5b5876b58d
commit
ec7d51c3bf
@ -338,6 +338,7 @@ def tf_copts(
|
||||
}) +
|
||||
select({
|
||||
clean_dep("//tensorflow:android"): android_copts,
|
||||
clean_dep("//tensorflow:emscripten"): [],
|
||||
clean_dep("//tensorflow:macos"): [],
|
||||
clean_dep("//tensorflow:windows"): get_win_copts(is_external),
|
||||
clean_dep("//tensorflow:ios"): [],
|
||||
|
Loading…
Reference in New Issue
Block a user