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/cc.mk

12 lines
365 B

# This file is part of MXE. See LICENSE.md for licensing information.
PKG := cc
$(PKG)_WEBSITE := https://mxe.cc/
$(PKG)_DESCR := Dependency package for cross libraries
$(PKG)_VERSION := 1
$(PKG)_DEPS := gcc
$(PKG)_OO_DEPS = pkgconf $(MXE_REQS_PKGS)
$(PKG)_TYPE := meta
$(PKG)_DEPS_$(BUILD) :=
$(PKG)_TARGETS := $(BUILD) $(MXE_TARGETS)