Compatibility fixes

fantomcoin_support
lucas 2014-05-16 12:20:41 +01:00
parent 686de4b2a1
commit 0532cd74bf
2 changed files with 6 additions and 1 deletions

View File

@ -1,2 +1,7 @@
Node-Cryptonote-Util Node-Cryptonote-Util
==================== ====================
Dependencies
------------
* Boost (http://www.boost.org/)

View File

@ -20,7 +20,7 @@
}, },
"cflags_cc!": [ "-fno-exceptions", "-fno-rtti" ], "cflags_cc!": [ "-fno-exceptions", "-fno-rtti" ],
"cflags_cc": [ "cflags_cc": [
"-std=c++11", "-std=c++0x",
"-fexceptions", "-fexceptions",
"-frtti" "-frtti"
] ]