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

fixes for cygwin #4953

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

fixes for cygwin #4953

wants to merge 5 commits into from

Commits on Dec 22, 2021

  1. Add boost m4 script

    corngood committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    c31dbf7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d55d57b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7971c37 View commit details
    Browse the repository at this point in the history
  4. Link libmain against sodium

    This fixes:
    src/libmain/shared.cc:173: undefined reference to `sodium_init'
    on cygwin.
    corngood committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    6879e53 View commit details
    Browse the repository at this point in the history
  5. Make lowdown optional

    corngood committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    fe7b9ca View commit details
    Browse the repository at this point in the history