You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a folder with custom pkg-config, e.g. vcpkg install libpng
Run PKG_CONFIG= dune build
Observe error
Specifications
Version of dune (output of dune --version): 3.16.0
Version of ocaml (output of ocamlc --version): 5.2.0
Operating system (distribution and version): MacOS 14.5
Additional information
Despite the code looks correct it is for some reason still not running, would be also good to log the modified PKG_CONFIG_PATH
The text was updated successfully, but these errors were encountered:
dmtrKovalenko
changed the title
[dune-configurator] PKG_CONFIG_PATH is not resolved on macos
[dune-configurator] PKG_CONFIG_PATH is ignored on macos
Aug 6, 2024
Do you want to send a PR? I don't think many of the dune devs use homebrew, so we need help from somebody that knows about brew and is willing to test things.
Expected Behavior
When providing custom PKG_CONFIG_PATH variable dependencies
Actual Behavior
PKG_CONFIG_PATH is ignored in favor of brew https://github.com/ocaml/dune/blob/main/otherlibs/configurator/src/v1.ml
Reproduction
Specifications
dune
(output ofdune --version
): 3.16.0ocaml
(output ofocamlc --version
): 5.2.0Additional information
Despite the code looks correct it is for some reason still not running, would be also good to log the modified PKG_CONFIG_PATH
The text was updated successfully, but these errors were encountered: