Skip to content

Commit

Permalink
Support latest bare-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperisager committed Feb 9, 2024
1 parent 23f1859 commit c89bdb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ include(bare)
add_bare_module(bare_timers)

target_sources(
bare_timers
${bare_timers}
PRIVATE
binding.c
)
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@
"CMakeLists.txt",
"prebuilds"
],
"addon": {
"target": "bare_timers"
},
"addon": true,
"scripts": {
"test": "standard && bare test/all.js"
},
Expand Down

0 comments on commit c89bdb4

Please sign in to comment.