Skip to content

Commit

Permalink
fix make libcurl.a error (#4542)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhurq authored Nov 7, 2023
1 parent fe7256f commit c350528
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions eventmesh-sdks/eventmesh-sdk-c/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,14 @@
### Build
1. **build lib**
```
git submodule init
git submodule update
make
```

2. **build example**
```
git submodule init
git submodule update
make demo
```
2 changes: 1 addition & 1 deletion eventmesh-sdks/eventmesh-sdk-c/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ all:$(TARGET)
$(LIB_A_CURL):
@echo
@echo "Building $^ ==> $@..."
@cd $(DIR_CURL) && ./configure --without-ssl
@cd $(DIR_CURL) && autoreconf -fi && ./configure --without-ssl
@cd $(DIR_CURL) && make
@cp -f $(DIR_CURL)/./lib/.libs/libcurl.a $@

Expand Down

0 comments on commit c350528

Please sign in to comment.