diff options
author | Tony Theodore <tonyt@logyst.com> | 2013-05-23 14:38:06 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2013-06-01 12:28:04 (GMT) |
commit | 5390e5203e5cbcf5ec736ddaba3dc58b5e2c2c6f (patch) | |
tree | 113eb3aa721a36ddcefb656d9bd56506bf99c98c /src/portablexdr.mk | |
parent | b974ef08d8b4fc555259eb49c9e34ef69c411948 (diff) | |
download | mxe-5390e5203e5cbcf5ec736ddaba3dc58b5e2c2c6f.zip mxe-5390e5203e5cbcf5ec736ddaba3dc58b5e2c2c6f.tar.gz mxe-5390e5203e5cbcf5ec736ddaba3dc58b5e2c2c6f.tar.bz2 |
various packages: enable/disable mingw-w64 builds
Diffstat (limited to 'src/portablexdr.mk')
-rw-r--r-- | src/portablexdr.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/portablexdr.mk b/src/portablexdr.mk index ee63baf..78ea02a 100644 --- a/src/portablexdr.mk +++ b/src/portablexdr.mk @@ -26,3 +26,5 @@ define $(PKG)_BUILD $(MAKE) -C '$(1)' -j '$(JOBS)' $(MAKE) -C '$(1)' -j 1 install endef + +$(PKG)_BUILD_x86_64-w64-mingw32 = |