Skip to content

Commit

Permalink
Wrap @node_addon_api with _clean_dep
Browse files Browse the repository at this point in the history
  • Loading branch information
kon72 committed Feb 18, 2024
1 parent 8b57346 commit 4bd65b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node_binding/build_defs.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ NODE_BINDING_CC_LIBRARY_COPTS = [
})

NODE_BINDING_CC_LIBRARY_DEPS = [
"@node_addon_api",
_clean_dep("@node_addon_api"),
]

def node_extension(
Expand Down

0 comments on commit 4bd65b6

Please sign in to comment.