diff options
| author | Carl Hetherington <cth@carlh.net> | 2026-02-04 17:52:33 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2026-02-16 01:20:51 +0100 |
| commit | 62ba067e9f430ce6384a29cebba575f997686e3d (patch) | |
| tree | 1ddecc916643dfb4fc8658ad9aa87e62aa729836 | |
| parent | b321d8b3148f2a5a3bec120da3d53f7d7b3e8c48 (diff) | |
Copy web resources on macOS.
| -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 06b6e5985..059bfeba1 100644 --- a/platform/osx/copy_resources.sh +++ b/platform/osx/copy_resources.sh @@ -1,4 +1,5 @@ mkdir -p build/src/Resources cp -r ../libdcp/{tags,xsd,ratings} build/src/Resources cp fonts/*.ttf build/src/Resources +cp -r web build/src/Resources ln -s $(which openssl) build/src/tools/openssl |
