Files
bsdports/devel/qbs/files/patch-static-res.pro
2019-12-26 07:26:06 +00:00

13 lines
457 B
Prolog

The freshly built qbs binary requires the library that also freshly created library. Make it find it.
--- static-res.pro.orig 2018-03-29 21:04:38 UTC
+++ static-res.pro
@@ -15,6 +15,7 @@ else: \
qbsres.target = $$builddirname/default/default.bg
qbsres.commands = \
+ env LD_LIBRARY_PATH=$$shell_path($$qbsbindir/../lib) \
$$shell_quote($$shell_path($$qbsbindir/qbs)) \
build \
--settings-dir $$shell_quote($$builddirname/settings) \