@@ -342,13 +342,13 @@ cc_library(
342342 "lib/vtls/x509asn1.c",
343343 "lib/vtls/x509asn1.h",
344344 ] + select({
345- "@org_tensorflow //tsl:macos": [
345+ "@tsl //tsl:macos": [
346346 "lib/vtls/sectransp.c",
347347 ],
348- "@org_tensorflow //tsl:ios": [
348+ "@tsl //tsl:ios": [
349349 "lib/vtls/sectransp.c",
350350 ],
351- "@org_tensorflow //tsl:windows": CURL_WIN_SRCS,
351+ "@tsl //tsl:windows": CURL_WIN_SRCS,
352352 "//conditions:default": [
353353 ],
354354 }),
@@ -367,7 +367,7 @@ cc_library(
367367 "include/curl/websockets.h",
368368 ],
369369 copts = select({
370- "@org_tensorflow //tsl:windows": CURL_WIN_COPTS,
370+ "@tsl //tsl:windows": CURL_WIN_COPTS,
371371 "//conditions:default": [
372372 "-Iexternal/curl/lib",
373373 "-D_GNU_SOURCE",
@@ -380,10 +380,10 @@ cc_library(
380380 "-Wno-string-plus-int",
381381 ],
382382 }) + select({
383- "@org_tensorflow //tsl:macos": [
383+ "@tsl //tsl:macos": [
384384 "-fno-constant-cfstrings",
385385 ],
386- "@org_tensorflow //tsl:windows": [
386+ "@tsl //tsl:windows": [
387387 # See curl.h for discussion of write size and Windows
388388 "/DCURL_MAX_WRITE_SIZE=16384",
389389 ],
@@ -394,19 +394,19 @@ cc_library(
394394 defines = ["CURL_STATICLIB"],
395395 includes = ["include"],
396396 linkopts = select({
397- "@org_tensorflow //tsl:android": [
397+ "@tsl //tsl:android": [
398398 "-pie",
399399 ],
400- "@org_tensorflow //tsl:macos": [
400+ "@tsl //tsl:macos": [
401401 "-Wl,-framework",
402402 "-Wl,CoreFoundation",
403403 "-Wl,-framework",
404404 "-Wl,SystemConfiguration",
405405 "-Wl,-framework",
406406 "-Wl,Security",
407407 ],
408- "@org_tensorflow //tsl:ios": [],
409- "@org_tensorflow //tsl:windows": [
408+ "@tsl //tsl:ios": [],
409+ "@tsl //tsl:windows": [
410410 "-DEFAULTLIB:ws2_32.lib",
411411 "-DEFAULTLIB:advapi32.lib",
412412 "-DEFAULTLIB:crypt32.lib",
@@ -420,8 +420,8 @@ cc_library(
420420 deps = [
421421 "@zlib",
422422 ] + select({
423- "@org_tensorflow //tsl:ios": [],
424- "@org_tensorflow //tsl:windows": [],
423+ "@tsl //tsl:ios": [],
424+ "@tsl //tsl:windows": [],
425425 "//conditions:default": [
426426 "@boringssl//:ssl",
427427 ],
@@ -527,7 +527,7 @@ cc_binary(
527527 "src/tool_xattr.h",
528528 ],
529529 copts = select({
530- "@org_tensorflow //tsl:windows": CURL_BIN_WIN_COPTS,
530+ "@tsl //tsl:windows": CURL_BIN_WIN_COPTS,
531531 "//conditions:default": [
532532 "-Iexternal/curl/lib",
533533 "-D_GNU_SOURCE",
0 commit comments