You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mxe/src/get-target-triplet.mk

11 lines
296 B

# This file is part of MXE. See LICENSE.md for licensing information.
PKG := get-target-triplet
$(PKG)_VERSION := 1.0.0
$(PKG)_TYPE := meta
$(PKG)_DEPS := cc
define $(PKG)_BUILD
printf $(TARGET) > $(MXE_TMP)/get-target-triplet.txt
endef