Another win32 build fix.
authorCarl Hetherington <cth@carlh.net>
Wed, 3 Feb 2016 12:11:17 +0000 (12:11 +0000)
committerCarl Hetherington <cth@carlh.net>
Wed, 3 Feb 2016 12:11:17 +0000 (12:11 +0000)
src/wscript

index c60dd16e4e4b9c115bc66f79630460569cc45a57..42de573cf4d8373451ac5054996860b9d36ad0eb 100644 (file)
@@ -34,7 +34,7 @@ def build(bld):
 
     obj.name = 'libasdcp-cth'
     obj.target = 'asdcp-cth'
-    obj.uselib = 'OPENSSL'
+    obj.uselib = 'OPENSSL BOOST_FILESYSTEM'
     obj.use = 'libkumu-cth'
     obj.includes = ['.']
     obj.export_includes = ['.']