Symlink openssl when testing.
[dcpomatic.git] / platform / osx / copy_resources.sh
index 842db7269fe8cabf407ea2426f4f14c969cb7055..3e19a4820f86795dbda9d99b3faa0ea990c798d2 100644 (file)
@@ -2,3 +2,4 @@ mkdir -p build/src/Resources
 cp -r ../libdcp/{tags,xsd} build/src/Resources
 cp graphics/{link,splash}.png build/src/Resources
 cp graphics/osx/preferences/*.png build/src/Resources
+ln -s $(which openssl) build/src/tools/openssl