diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2025-05-30 14:32:10 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska@appnovation.com> | 2025-05-30 14:32:10 +0000 |
| commit | 02a53683c3945626cdf2712172dbea9d168bf292 (patch) | |
| tree | 8923c1371fe6ac65c017bc85be8ec3ce020ee1ff /tools | |
| parent | e490059991c3eeefec5db8a8856f8b1e7d463f79 (diff) | |
| download | tipidee-02a53683c3945626cdf2712172dbea9d168bf292.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 |
