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

Makefile: add -I$(top_srcdir)/{include,src} to CPPFLAGS for precomputed #1160

Merged
merged 1 commit into from
Jan 12, 2023

Commits on Jan 6, 2023

  1. Makefile: add -I$(top_srcdir)/src to CPPFLAGS for precomputed

    When performing an out-of-source-tree build, regenerating the source
    files for the precomputed ecmult tables places them outside the source
    tree. Then, when they are to be compiled, they cannot find the headers
    they need because the source tree is absent from their include search
    path. This appears to have been an oversight, as the relevant -I options
    are present in libsecp256k1_la_CPPFLAGS but were missing from
    libsecp256k1_precomputed_la_CPPFLAGS. This commit adds them.
    whitslack committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    e862c4a View commit details
    Browse the repository at this point in the history