Skip to content

Commit

Permalink
Update to use new xdr and fix invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
sisuresh committed Sep 15, 2023
1 parent 0133b45 commit 9f0518c
Show file tree
Hide file tree
Showing 422 changed files with 4,945 additions and 12,521 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ XDRNEXT_COMMIT=9ac02641139e6717924fdad716f6e958d0168491
UNAME := $(shell uname)
SED := sed
ifeq ($(UNAME), Darwin)
SED := sed -i ''
SED := sed -i
endif

# default target does nothing
Expand Down Expand Up @@ -79,7 +79,7 @@ xdr-generate: $(XDRS)
--output stellar_sdk/xdr \
$(XDRS)'
$(SED) '/stellar_sdk\.xdr/,$$d' docs/en/api.rst
python docs/gen_xdr_api.py >> docs/en/api.rst
python3 docs/gen_xdr_api.py >> docs/en/api.rst
.PHONY: xdr-generate

xdr/%.x:
Expand Down
Loading

0 comments on commit 9f0518c

Please sign in to comment.