X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=cscript;fp=cscript;h=f7a61b4406d29bdc6fadbc88e57dd0b9ab7c7a1e;hb=04c0c46c73742d325948b35072da501e07b7ba57;hp=dd7f9c44a9581449043195557331df1342edb919;hpb=b3563f2bea0b853864dcc34acb97c2cff2a7a4d8;p=dcpomatic.git diff --git a/cscript b/cscript index dd7f9c44a..f7a61b440 100644 --- a/cscript +++ b/cscript @@ -788,6 +788,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 = []