Skip to content

Commit 9e0ef7a

Browse files
committed
f add missing ''
1 parent c623e6c commit 9e0ef7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

genbindings.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ if [ "$HOST_PLATFORM" = "host: x86_64-apple-darwin" ]; then
4747

4848
# stdlib.h doesn't exist in clang's wasm sysroot, and cbindgen
4949
# doesn't actually use it anyway, so drop the import.
50-
sed -i 's/#include <stdlib.h>//g' include/lightning.h
50+
sed -i '' 's/#include <stdlib.h>//g' include/lightning.h
5151
else
5252
sed -i 's/typedef LDKnative.*Import.*LDKnative.*;//g' include/lightning.h
5353

0 commit comments

Comments
 (0)