diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-12-03 17:20:59 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-12-03 17:20:59 +0100 |
| commit | 8b7646073e89effe38ce326f45a4babe32b2d5d6 (patch) | |
| tree | 9fe694e163e763ae2987ae0816f55638c4641790 /platform/osx | |
| parent | 8587a7420141a37c548b66f5383296eb5631c89d (diff) | |
asdcplib now suffixed with -carl not -cth.
Diffstat (limited to 'platform/osx')
| -rw-r--r-- | platform/osx/make_dmg.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/platform/osx/make_dmg.sh b/platform/osx/make_dmg.sh index 248802d6b..ab5dd3934 100644 --- a/platform/osx/make_dmg.sh +++ b/platform/osx/make_dmg.sh @@ -110,8 +110,8 @@ function copy_libs { local dest="$1" copy_lib_root libcxml "$dest" copy_lib_root libdcp-1.0 "$dest" - copy_lib_root libasdcp-cth "$dest" - copy_lib_root libkumu-cth "$dest" + copy_lib_root libasdcp-carl "$dest" + copy_lib_root libkumu-carl "$dest" copy_lib_root libsub "$dest" copy_lib_root libopenjp2 "$dest" copy_lib_root libavdevice "$dest" |
