2021-01-14 19:41:49 +08:00
|
|
|
--- ../src/node_modules/argon2/binding.gyp
|
|
|
|
+++ ../src/node_modules/argon2/binding.gyp
|
2018-07-07 15:05:19 +08:00
|
|
|
@@ -47,6 +47,7 @@
|
2018-01-04 15:28:16 +08:00
|
|
|
],
|
2018-07-07 15:05:19 +08:00
|
|
|
"cflags+": ["-Wno-cast-function-type"],
|
|
|
|
"include_dirs+": ["<!(node -e \"require('nan')\")"],
|
2023-03-08 19:32:23 +08:00
|
|
|
+ "libraries": ["/usr/lib/gcc/x86_64-redhat-linux/8/libstdc++fs.a"],
|
2018-01-04 15:28:16 +08:00
|
|
|
"dependencies": ["libargon2"],
|
|
|
|
"configurations": {
|
|
|
|
"Debug": {
|