[bindings] Fix genbindings.sh compile issues on OSX 2020-12-chanman-bindings-deser
authorMatt Corallo <git@bluematt.me>
Wed, 3 Feb 2021 00:28:40 +0000 (19:28 -0500)
committerMatt Corallo <git@bluematt.me>
Wed, 3 Feb 2021 15:11:35 +0000 (10:11 -0500)
commit5d045de8be7b6458d315547f9058fd22f2d7580f
tree2177151554f804f8e006c675bd18372814192106
parent3efd641ca4a9b24d1dac5f496ac0d3c4d302023f
[bindings] Fix genbindings.sh compile issues on OSX

There were two issues on OSX - we need to give gcc the clang
warnings flags because `gcc` *is* clang on OSX and we missed an
`-std=c++11` on one of the clang++ calls, causing compile failures.
genbindings.sh