mirror of
https://gitee.com/openharmony/third_party_libsnd
synced 2024-11-23 09:59:54 +00:00
configure.ac : Add comment about MinGW specific linker flag.
This commit is contained in:
parent
2c1771259f
commit
9b001f76bb
@ -521,6 +521,8 @@ if test x$ac_cv_c_compiler_gnu = xyes ; then
|
||||
SHLIB_VERSION_ARG="-Wl,--version-script=\$(srcdir)/Symbols.linux"
|
||||
;;
|
||||
mingw*)
|
||||
# Linker flag '-Wl,--out-implib' does not work with mingw cross compiler
|
||||
# so we don't use it here.
|
||||
SHLIB_VERSION_ARG="-Wl,\$(srcdir)/libsndfile.def"
|
||||
win32_target_dll=1
|
||||
if test x"$enable_shared" = xno ; then
|
||||
|
Loading…
Reference in New Issue
Block a user