Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix libuv build #857

Merged
merged 3 commits into from Jul 4, 2022
Merged

Fix libuv build #857

merged 3 commits into from Jul 4, 2022

Commits on Jul 4, 2022

  1. Fix libuv build

    Fixes a build error:
    ```
    subprojects/libuv-v1.43.0/libuv.a.p/src_unix_stream.c.o.d -o subprojects/libuv-v1.43.0/libuv.a.p/src_unix_stream.c.o -c ../../../subprojects/libuv-v1.43.0/src/unix/stream.c
    ../../../subprojects/libuv-v1.43.0/src/unix/stream.c: In function ‘uv__write’:
    ../../../subprojects/libuv-v1.43.0/src/unix/stream.c:929:3: error: C++ style comments are not allowed in ISO C90
    ```
    vpalmisano committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    508a0c3 View commit details
    Browse the repository at this point in the history
  2. Revert change

    vpalmisano committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    6df8f78 View commit details
    Browse the repository at this point in the history
  3. Upgrade libuv to 1.44.1

    vpalmisano committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    be52d56 View commit details
    Browse the repository at this point in the history