diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-05-01 10:15:18 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-05-01 10:15:18 +0200 |
| commit | 622995bacbea495e570f52fa0094fb653c462ecd (patch) | |
| tree | acf34b2100ce17d579422abef9c84b556d402f1f /cscript | |
| parent | 9d6b7a426b71f1791fc3ad1ac15099892c6709fd (diff) | |
| parent | 191e92a4babdea589aa9c78fa659b0d8fc97ff82 (diff) | |
Merge branch 'main' into v2.17.x
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 = [] |
