diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-03-07 19:45:56 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-03-07 19:46:44 +0100 |
| commit | a9a6950b0de7bfa4569ef268fae3c487be6e511d (patch) | |
| tree | 417bbf793a1d0703c0be72acf9a66c466ae1c425 /cscript | |
| parent | c177301ef888021f91f8476baddcb8c3e585cfd7 (diff) | |
Fix build.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ import os def dependencies(target, options): - libdcp_options = { 'force-cpp11': True} if options['force-cpp11'] else {} + libdcp_options = { 'force-cpp11': options['force-cpp11'] } if 'force-cpp11' in options else {} return (('asdcplib', 'carl'), ('libcxml', '0d18df4'), ('libdcp', None, libdcp_options)) def build(target, options): |
