X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=cscript;fp=cscript;h=d789c713cd2c55dfc423baa313c27351c0d6818d;hb=622995bacbea495e570f52fa0094fb653c462ecd;hp=4ce3ec4f1a1b75851d49c16696a2d69e4d9e93cb;hpb=9d6b7a426b71f1791fc3ad1ac15099892c6709fd;p=dcpomatic.git 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 = []