mirror of
https://gitee.com/openharmony/third_party_libsnd
synced 2024-11-23 09:59:54 +00:00
configure.ac: Add -mstackrealign to CFLAGS for mingw*
This commit is contained in:
parent
9b4fdaccc1
commit
ac5b66a447
@ -598,7 +598,9 @@ AS_IF([test "x$ax_cv_c_compiler_vendor" = "xgnu"], [
|
||||
win32_target_dll=1
|
||||
AS_IF([test "x$enable_shared" = "xno"], [
|
||||
win32_target_dll=0
|
||||
])],
|
||||
])
|
||||
AX_APPEND_COMPILE_FLAGS([-mstackrealign], [CFLAGS])
|
||||
],
|
||||
[os2*], [
|
||||
SHLIB_VERSION_ARG="-Wl,-export-symbols \$(top_srcdir)/src/Symbols.os2"
|
||||
])
|
||||
|
Loading…
Reference in New Issue
Block a user