Used in a build script to determine if LispWorks is building an intermediate image when making a universal binary.
hcl
building-universal-intermediate-p => intermediatep
intermediatep |
A boolean. |
The function building-universal-intermediate-p
is used to determine if it is being executed to build one of the architectures of a universal binary. It returns t
if it is called inside one of the subprocesses that save-universal-from-script runs on an arm64 Macintosh, and nil
in all other circumstances.
This is useful if there is some configuration that should be done only when building a universal binary image but not in a mono-architecture ("thin") image.
LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:35