summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-11-11 21:05:48 +0100
committerCarl Hetherington <cth@carlh.net>2019-11-11 21:05:48 +0100
commitc835e90287f8b280a1a31048afb464c37c29ca8b (patch)
treed57f7f485b75c27f39901b494384823cf0366be6 /cscript
parent679aa9f51b1001751f4de5d5454b60a8fc552155 (diff)
Fix some tabs and bump libdcp.v1.4.12
Diffstat (limited to 'cscript')
-rw-r--r--cscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/cscript b/cscript
index 36a7692..cd4d109 100644
--- a/cscript
+++ b/cscript
@@ -1,7 +1,7 @@
import os
def dependencies(target):
- return (('asdcplib-cth', '6648afc'), ('libcxml', 'v0.16.1'), ('libdcp', 'v1.6.9'))
+ return (('asdcplib-cth', '6648afc'), ('libcxml', 'v0.16.1'), ('libdcp', 'v1.6.10'))
def build(target, options):
cmd = './waf configure --prefix=%s' % target.directory
@@ -10,7 +10,7 @@ def build(target, options):
if target.distro == 'centos':
cmd += ' --disable-tests'
if target.version == '7':
- # Centos 7 ships with glibmm 2.50.0 which requires C++11
+ # Centos 7 ships with glibmm 2.50.0 which requires C++11
# but its compiler (gcc 4.8.5) defaults to C++97. Go figure.
# I worry that this will cause ABI problems but I don't have
# a better solution.