All Manuals > LispWorks® User Guide and Reference Manual > 37 The HCL Package

building-universal-intermediate-p Function

Summary

Used in a build script to determine if LispWorks is building an intermediate image when making a universal binary.

Package

hcl

Signature

building-universal-intermediate-p => intermediatep

Values
intermediatep
A boolean.
Description

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.

See also

save-universal-from-script
building-main-architecture-p


LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:35