mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
42499480bd
In tests/lib/mcconfig/Makefile.am tests/lib/vfs/Makefile.am tests/src/filemanager/Makefile.am AM_LDFLAGS = -Wl,-z,muldefs is used, but on cygwin the linker does not accept the "-z" option and AM_LDFLAGS = -Wl,--allow-multiple-definition is required instead. Signed-off-by: Andrew Borodin <aborodin@vmail.ru> |
||
---|---|---|
.. | ||
lib | ||
src | ||
Makefile.am |