Skip to content

Commit 0532cd7

Browse files
committed
Compatibility fixes
1 parent 686de4b commit 0532cd7

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
11
Node-Cryptonote-Util
22
====================
3+
4+
Dependencies
5+
------------
6+
7+
* Boost (http://www.boost.org/)

binding.gyp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"cflags_cc!": [ "-fno-exceptions", "-fno-rtti" ],
2222
"cflags_cc": [
23-
"-std=c++11",
23+
"-std=c++0x",
2424
"-fexceptions",
2525
"-frtti"
2626
]

0 commit comments

Comments
 (0)