Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
proton-0.7
-
None
-
None
Description
The config.sh script is used to set shell variables which allow developers to run various proton language bindings libraries from the build area.
Currently it is a fixed script in the source tree, so it can't know for sure where the build tree and hence the built libraries actually are. If we used the build system to generate the file from a template then we could make it work without using fallible heuristics.