We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Attempting to use src/glpk/dune-shared fails with version 1.1+18:
File "src/glpk/dune", lines 1-8, characters 0-169: 1 | (library 2 | (name mccs_hostglpk_shared) 3 | (public_name mccs.glpk.shared) 4 | (modules ocaml_mccs_glpk) 5 | (c_library_flags 6 | :standard 7 | (:include clibs.sexp)) 8 | (wrapped false)) Error: No rule found for src/glpk/clibs.sexp
Given the changes in c685e0b, I tried changing clibs.sexp to ../clibs.sexp, which "works" (i.e., the build completes), but is that correct?
clibs.sexp
../clibs.sexp
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Attempting to use src/glpk/dune-shared fails with version 1.1+18:
Given the changes in c685e0b, I tried changing
clibs.sexp
to../clibs.sexp
, which "works" (i.e., the build completes), but is that correct?The text was updated successfully, but these errors were encountered: