mirror of
https://github.com/NixOS/nix
synced 2025-07-07 10:11:47 +02:00
* Figure out the extension of dynamic libraries; don't hard-code .so.
This commit is contained in:
parent
9fe24c5a0d
commit
f86fca9b70
2 changed files with 7 additions and 2 deletions
|
@ -332,6 +332,11 @@ if test "$(uname)" = "Darwin"; then
|
|||
fi
|
||||
|
||||
|
||||
# Figure out the extension of dynamic libraries.
|
||||
eval dynlib_suffix=$shrext_cmds
|
||||
AC_SUBST(dynlib_suffix)
|
||||
|
||||
|
||||
AM_CONFIG_HEADER([config.h])
|
||||
AC_CONFIG_FILES([Makefile
|
||||
externals/Makefile
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue