summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-05-01 10:15:18 +0200
committerCarl Hetherington <cth@carlh.net>2024-05-01 10:15:18 +0200
commit622995bacbea495e570f52fa0094fb653c462ecd (patch)
treeacf34b2100ce17d579422abef9c84b556d402f1f /cscript
parent9d6b7a426b71f1791fc3ad1ac15099892c6709fd (diff)
parent191e92a4babdea589aa9c78fa659b0d8fc97ff82 (diff)
Merge branch 'main' into v2.17.x
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 2 insertions, 0 deletions
diff --git a/cscript b/cscript
index 4ce3ec4f1..d789c713c 100644
--- a/cscript
+++ b/cscript
@@ -795,6 +795,8 @@ def package_rpm(target, cpu, version, options):
make_spec('dcpomatic2.spec', version, target, options, requires)
cmd = 'rpmbuild --define "_topdir %s" -bb dcpomatic2.spec' % topdir
+ # On Centos 7 we build and install boost ourselves, so we must look for it in the right place
+ target.set('LINKFLAGS', '-L/usr/local/lib')
target.command(cmd)
rpms = []