Skip to content

Commit

Permalink
Try to fix build (on node v20)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bartel-C8 committed Nov 10, 2023
1 parent 12e1ce4 commit 975da39
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions binding.gyp
Expand Up @@ -8,6 +8,14 @@
],
"conditions": [
['OS == "mac"', {
"xcode_settings": {
"MACOSX_DEPLOYMENT_TARGET": "10.10",
"OTHER_CFLAGS": [
"-Wall",
"-Werror",
"-Wno-deprecated-declarations"
]
},
"link_settings": {
"libraries": [
"-lpcap"
Expand Down
6 changes: 3 additions & 3 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "@plus100kt/pcap",
"version": "0.0.4",
"name": "@constell8/pcap",
"version": "0.0.5",
"description": "raw packet capture, decoding, and analysis",
"author": "Matt Ranney <mjr@ranney.com>",
"license": "MIT",
Expand All @@ -11,7 +11,7 @@
"types": "pcap.d.ts",
"repository": {
"type": "git",
"url": "git://github.com/plus100kt/node_pcap.git"
"url": "git://github.com/Bartel-C8/node_pcap.git"
},
"os": [
"darwin"
Expand Down

0 comments on commit 975da39

Please sign in to comment.