package-updates: Update libstdc++ to v9
This commit is contained in:
parent
51ed9a4314
commit
b197655aa1
@ -4,7 +4,7 @@
|
|||||||
],
|
],
|
||||||
"cflags+": ["-Wno-cast-function-type"],
|
"cflags+": ["-Wno-cast-function-type"],
|
||||||
"include_dirs+": ["<!(node -e \"require('nan')\")"],
|
"include_dirs+": ["<!(node -e \"require('nan')\")"],
|
||||||
+ "libraries": ["/usr/lib/gcc/x86_64-redhat-linux/8/libstdc++.a"],
|
+ "libraries": ["/usr/lib/gcc/x86_64-redhat-linux/9/libstdc++.a"],
|
||||||
"dependencies": ["libargon2"],
|
"dependencies": ["libargon2"],
|
||||||
"configurations": {
|
"configurations": {
|
||||||
"Debug": {
|
"Debug": {
|
||||||
|
@ -22,7 +22,7 @@ LICENSE='GPLv3'
|
|||||||
|
|
||||||
BINDINGGYP='node_modules/argon2/binding.gyp'
|
BINDINGGYP='node_modules/argon2/binding.gyp'
|
||||||
|
|
||||||
if [ ! -f /usr/lib/gcc/x86_64-redhat-linux/8/libstdc++.a ]; then
|
if [ ! -f /usr/lib/gcc/x86_64-redhat-linux/9/libstdc++.a ]; then
|
||||||
echo "You must install libstdc++-static"
|
echo "You must install libstdc++-static"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user