Skip to content

Commit

Permalink
Allow napi.h to be included with angle brackets (#include <napi.h>)
Browse files Browse the repository at this point in the history
  • Loading branch information
kon72 committed Apr 29, 2024
1 parent 88b2ea8 commit 043b524
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions third_party/node_addon_api.BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ cc_library(
name = "node_addon_api",
srcs = ["napi-inl.h"],
hdrs = ["napi.h"],
includes = ["."],
visibility = ["//visibility:public"],
deps = ["@node_api_headers"],
)

0 comments on commit 043b524

Please sign in to comment.