Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[build] fix issue when executing
build-commissioner-libs.sh
multipl…
…e times (#250) When developers run the `build-commissioner-libs.sh` script multiple times, they might see the following error during compiling the libevent: error: call to undeclared function 'pipe2'; ISO C99 and later do not support implicit function declarations ... In fact, we did not use pip2 in libevent. We can turn it off by using the macro EVENT_HAVE-PIPE2=0
- Loading branch information