Skip to content

Commit

Permalink
Remove dlfcn-win32
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudhan committed May 16, 2023
1 parent fff4ce6 commit 5e30807
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

load("@llvm-project//mlir:tblgen.bzl", "gentbl_cc_library", "td_library")
# copybara:uncomment load("//tools/build_defs/license:license.bzl", "license")
load("//:triton.bzl", "if_msvc", "if_not_msvc")
load("//:triton.bzl", "if_not_msvc")

package(
# copybara:uncomment_begin
Expand Down Expand Up @@ -494,7 +494,7 @@ cc_library(
# copybara:uncomment_begin
# "//third_party/py/triton/google:find_cuda",
# copybara:uncomment_end
] + if_msvc(["@dlfcn-win32"]),
],
)

cc_library(
Expand Down

0 comments on commit 5e30807

Please sign in to comment.