From 60ca129e2fbbb65e9b3051fb3da8448a3cb22f84 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 28 Jan 2016 21:16:02 +0000 Subject: Try to fix cscript build. --- examples/wscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/wscript') diff --git a/examples/wscript b/examples/wscript index 2e9d30a7..2d6cabd9 100644 --- a/examples/wscript +++ b/examples/wscript @@ -20,7 +20,7 @@ def build(bld): obj = bld(features='cxx cxxprogram') obj.name = 'make_dcp' obj.use = 'libdcp%s' % bld.env.API_VERSION - obj.uselib = 'OPENJPEG CXML OPENMP' + obj.uselib = 'OPENJPEG CXML OPENMP ASDCPLIB_CTH' obj.source = 'make_dcp.cc' obj.target = 'make_dcp' obj.install_path = '' @@ -28,7 +28,7 @@ def build(bld): obj = bld(features='cxx cxxprogram') obj.name = 'read_dcp' obj.use = 'libdcp%s' % bld.env.API_VERSION - obj.uselib = 'OPENJPEG CXML MAGICK OPENMP' + obj.uselib = 'OPENJPEG CXML MAGICK OPENMP ASDCPLIB_CTH' obj.source = 'read_dcp.cc' obj.target = 'read_dcp' obj.install_path = '' -- cgit v1.2.3