We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bd9fcc7 + 37ac6a7 commit 4a529d8Copy full SHA for 4a529d8
binding.gyp
@@ -31,6 +31,16 @@
31
'<(module_root_dir)/lib/rpi/libsnowboy-detect.a',
32
]
33
}
34
+ }],
35
+ ['OS=="linux" and target_arch=="arm64"', {
36
+ 'link_settings': {
37
+ 'ldflags': [
38
+ '-Wl,--no-as-needed',
39
+ ],
40
+ 'libraries': [
41
+ '<(module_root_dir)/lib/aarch64-ubuntu1604/libsnowboy-detect.a',
42
+ ]
43
+ }
44
}]
45
],
46
'cflags': [
package.json
@@ -12,7 +12,6 @@
12
"host": "https://snowboy-release-node.s3-us-west-2.amazonaws.com"
13
},
14
"scripts": {
15
- "preinstall": "npm install node-pre-gyp",
16
"install": "node-pre-gyp install --fallback-to-build",
17
"test": "node index.js",
18
"prepublish": "tsc --listFiles"
0 commit comments