diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-01-15 12:50:29 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-01-15 12:50:29 +0100 |
| commit | dadc58f381cf71468e0218b4f6762e1c3b17dc25 (patch) | |
| tree | 002dd9118ca793531c29882547859a40c1a03cde | |
| parent | bac6ee64d3302977144208a82a8b11824cb328dc (diff) | |
Symlink openssl when testing.
| -rw-r--r-- | platform/osx/copy_resources.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/osx/copy_resources.sh b/platform/osx/copy_resources.sh index 842db7269..3e19a4820 100644 --- a/platform/osx/copy_resources.sh +++ b/platform/osx/copy_resources.sh @@ -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 |
