We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c623e6c commit 9e0ef7aCopy full SHA for 9e0ef7a
genbindings.sh
@@ -47,7 +47,7 @@ if [ "$HOST_PLATFORM" = "host: x86_64-apple-darwin" ]; then
47
48
# stdlib.h doesn't exist in clang's wasm sysroot, and cbindgen
49
# doesn't actually use it anyway, so drop the import.
50
- sed -i 's/#include <stdlib.h>//g' include/lightning.h
+ sed -i '' 's/#include <stdlib.h>//g' include/lightning.h
51
else
52
sed -i 's/typedef LDKnative.*Import.*LDKnative.*;//g' include/lightning.h
53
0 commit comments