diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-02-22 22:51:44 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-03-20 18:25:09 +0100 |
| commit | 0232d80a625b2ffae687e6473ab3fc2603cf87ea (patch) | |
| tree | e7d485decb9f9bb784a859cfd6f2f042ed9dfd77 /platform | |
| parent | 79904ec4669a60932004daf35256565aefa0c392 (diff) | |
Allow building with C++17 and updated libxml++/pangomm/cairomm.
Diffstat (limited to 'platform')
| -rw-r--r-- | platform/osx/make_dmg.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/osx/make_dmg.sh b/platform/osx/make_dmg.sh index 161261faa..9f9cbdd37 100644 --- a/platform/osx/make_dmg.sh +++ b/platform/osx/make_dmg.sh @@ -168,7 +168,7 @@ function copy_libs { copy_lib_env libxml++ "$dest" copy_lib_env libxslt "$dest" copy_lib_env libxml2 "$dest" - copy_lib_env libglibmm-2.4 "$dest" + copy_lib_env libglibmm "$dest" copy_lib_env libgobject "$dest" copy_lib_env libgthread "$dest" copy_lib_env libgmodule "$dest" |
