Various hacks.
[dcpomatic.git] / wscript
diff --git a/wscript b/wscript
index 98b1363684b73230256a2760a44ed44226f7000c..4fd019bf32dc2798a044f39988992eb0876e2880 100644 (file)
--- a/wscript
+++ b/wscript
@@ -267,6 +267,9 @@ def configure(conf):
     else:
         conf.env.LIB_XMLSEC = ['xmlsec1-openssl', 'xmlsec1']
 
+    # XXX
+    conf.env.LIB_CUDA = ['cudart']
+
     # FFmpeg
     if conf.options.static_ffmpeg:
         names = ['avformat', 'avfilter', 'avcodec', 'avutil', 'swscale', 'postproc']