
ifneq ($(__NO_PYTHON),1)

export OS:=$(shell $(READIES)/bin/platform --os)
export OSNICK:=$(shell $(READIES)/bin/platform --osnick)

# ifeq ($(OS),linux)
# export LINUX_DIST:=$(shell $(READIES)/bin/platform --dist)
# endif

export ARCH:=$(shell $(READIES)/bin/platform --arch)

endif # PYTHON
