8
0
mirror of https://github.com/key-networks/ztncui.git synced 2024-08-31 04:28:00 +00:00
ztncui/build/binding.gyp.patch
2019-07-02 20:39:16 +08:00

11 lines
428 B
Diff

--- /tmp/binding.gyp 2018-07-07 14:38:23.884143337 +0800
+++ ../src/node_modules/argon2/binding.gyp 2018-07-07 14:39:09.684840870 +0800
@@ -47,6 +47,7 @@
],
"cflags+": ["-Wno-cast-function-type"],
"include_dirs+": ["<!(node -e \"require('nan')\")"],
+ "libraries": ["/usr/lib/gcc/x86_64-redhat-linux/9/libstdc++.a"],
"dependencies": ["libargon2"],
"configurations": {
"Debug": {