Did you know ... | Search Documentation: |
Pack canny_tudor -- prolog/canny/arch.pl |
The Prolog arch
flag combines both the architecture and the
operating system as a dash-separated pair. The predicate splits
these two components apart by reading the underlying atom as a
Prolog term. This makes an assumption about the format of the arch
flag.
win32
or
win64
for Windows, darwin
for macOS, or linux
for Linux. Maps
architecture bit-width to an atomic Arch token for contemporary
64-bit hosts, one of: x64
, x86_64
. Darwin and Linux report the
latter, Windows the former.win32
win64
darwin
linux