Skip to content
Manu Evans edited this page May 17, 2015 · 3 revisions

The endian function specifies the target endian for endian-agnostic architectures.

endian "value"

Parameters

value specifies the desired endian:

Value Description
Default Use the toolset's default endian.
Little Specify little-endian.
Big Specify big-endian.

Applies To

Solutions, projects, and configurations.

Availability

Premake 5.0.

See Also

Clone this wiki locally