diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2025-05-30 14:32:19 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska@appnovation.com> | 2025-05-30 14:32:19 +0000 |
| commit | 4813dd0cc1b8f408c8a46299acdc666e0e03831e (patch) | |
| tree | 5b34640810a62102b8f26f83b7500c716ebbd39c /tools | |
| parent | 24aca070cd4d239a7afe17aa24ce9f02a3c60c24 (diff) | |
| download | apaste-4813dd0cc1b8f408c8a46299acdc666e0e03831e.tar.gz | |
Support shlibs on MacOS, next iteration
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/gen-deps.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/gen-deps.sh b/tools/gen-deps.sh index 9e18eb1..aa84388 100755 --- a/tools/gen-deps.sh +++ b/tools/gen-deps.sh @@ -78,6 +78,8 @@ for dir in $(ls -1 src | grep -v ^include) ; do echo "lib${file}.pc: EXTRA_LIBS :=${libs}" echo "lib${file}.so.xyzzy: EXTRA_LIBS :=$libs" echo "lib${file}.so.xyzzy:$(echo ${deps} | sed 's/\.o/.lo/g')" + echo "lib${file}.dylib.xyzzy: EXTRA_LIBS :=$libs" + echo "lib${file}.dylib.xyzzy:$(echo ${deps} | sed 's/\.o/.lo/g')" else internal_libs="$internal_libs lib${file}.a.xyzzy" fi |
