X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Ftools%2Fwscript;h=429174058456e30c0ab8108b3181db61179e5f90;hp=e827c8b833f6cf98016d3d98b0ebbf296cfd4abf;hb=88ffa8066e6965794dcca814df69615961c18f3c;hpb=4eec47bf8397bb02dcb6d2cf57168195defbe288 diff --git a/src/tools/wscript b/src/tools/wscript index e827c8b83..429174058 100644 --- a/src/tools/wscript +++ b/src/tools/wscript @@ -34,7 +34,7 @@ def build(bld): uselib += 'WINSOCK2' for t in ['dcpomatic_cli', 'dcpomatic_server_cli', 'server_test', 'dcpomatic_kdm', 'dcpomatic_create']: - obj = bld(features = 'cxx cxxprogram') + obj = bld(features='cxx cxxprogram') obj.uselib = uselib obj.includes = ['..'] obj.use = ['libdcpomatic2'] @@ -45,7 +45,7 @@ def build(bld): if not bld.env.DISABLE_GUI: for t in ['dcpomatic', 'dcpomatic_batch', 'dcpomatic_server']: - obj = bld(features = 'cxx cxxprogram') + obj = bld(features='cxx cxxprogram') obj.uselib = uselib if bld.env.BUILD_STATIC or bld.env.TARGET_LINUX: obj.uselib += ' GTK'