Skip to content

Commit

Permalink
Clean up project
Browse files Browse the repository at this point in the history
  • Loading branch information
jgowdy committed May 9, 2024
1 parent 2809f81 commit 69a3163
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
'targets': [
{
'target_name': 'asherah',
'include_dirs': ["<!(node -p \"require('node-addon-api').include_dir\")"],
'include_dirs': ["<!(node -p \"require('node-addon-api').include_dir\")", "lib/", "src/"],
"cflags": ["-fexceptions", "-g", "-O3", "-std=c++17", "-fPIC"],
"cflags_cc": ["-fexceptions", "-g", "-O3", "-std=c++17", "-fPIC"],
"cflags!": [ "-fno-exceptions"],
Expand Down
13 changes: 13 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
"eslint": "^8.11.0",
"microtime": "^3.0.0",
"mocha": "^9.2.2",
"node-api-headers": "^1.1.0",
"nyc": "^15.1.0",
"ts-mocha": "^9.0.2",
"typescript": "^4.6.2",
Expand Down
2 changes: 1 addition & 1 deletion src/asherah.cc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "../lib/libasherah.h"
#include "libasherah.h"
#include "asherah_async_worker.h"
#include "cobhan_buffer_napi.h"
#include "hints.h"
Expand Down

0 comments on commit 69a3163

Please sign in to comment.