-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
backend: Allow local builds to use the src backend_default_config.json
If an application links to a local install of libpisp.so, the backend will fail to find backend_default_config.json in the data install path. Fix this by testing if libpisp is installed, and if not, use the build path to find backend_default_config.json, which is now copied to the specific location by the build scripts. This functionality needs linkage with libdl as well as a custom rpath that gets stripped with a meson install step. Signed-off-by: Naushir Patuck <[email protected]>
- Loading branch information
Showing
3 changed files
with
64 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters