diff options
author | Tony Theodore <tonyt@logyst.com> | 2015-09-07 12:44:18 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2015-09-12 03:43:04 (GMT) |
commit | 19d1be38aeedcbbb6219c17ad09464f655f39d02 (patch) | |
tree | 6d49ea4a5b78c026524fa8baa11e6190c11aab01 /Makefile | |
parent | 4d858c468bb9024b46680c4e92fd7a7b8b5e018f (diff) | |
download | mxe-19d1be38aeedcbbb6219c17ad09464f655f39d02.zip mxe-19d1be38aeedcbbb6219c17ad09464f655f39d02.tar.gz mxe-19d1be38aeedcbbb6219c17ad09464f655f39d02.tar.bz2 |
Move general configuration from pkgconf to mxe-conf and add cmake/mxe-conf.d
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -403,6 +403,7 @@ build-only-$(1)_$(3): BUILD_$(if $(findstring shared,$(3)),SHARED,STATIC) = TRUE build-only-$(1)_$(3): LIB_SUFFIX = $(if $(findstring shared,$(3)),dll,a) build-only-$(1)_$(3): BITS = $(if $(findstring x86_64,$(3)),64,32) build-only-$(1)_$(3): CMAKE_TOOLCHAIN_FILE = $(PREFIX)/$(3)/share/cmake/mxe-conf.cmake +build-only-$(1)_$(3): CMAKE_TOOLCHAIN_DIR = $(PREFIX)/$(3)/share/cmake/mxe-conf.d build-only-$(1)_$(3): $(if $(value $(call LOOKUP_PKG_RULE,$(1),BUILD,$(3))), uname -a |