mirror of
https://github.com/GerbilSoft/zlib-ng.git
synced 2025-06-18 11:35:35 -04:00
Print architecture-specific static and shared object files in configure script similar to CMake.
This commit is contained in:
parent
ce6c2b4b00
commit
e56238cbc4
2
configure
vendored
2
configure
vendored
@ -1558,6 +1558,8 @@ esac
|
||||
|
||||
echo "ARCH: ${ARCH}"
|
||||
echo "Using arch directory: ${ARCHDIR}"
|
||||
echo "Architecture-specific static object files:${ARCH_STATIC_OBJS}"
|
||||
echo "Architecture-specific shared object files:${ARCH_SHARED_OBJS}"
|
||||
|
||||
# show the results in the log
|
||||
echo >> configure.log
|
||||
|
Loading…
Reference in New Issue
Block a user