summaryrefslogtreecommitdiffstats
path: root/src/libvpx.mk
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2014-10-14 01:42:11 (GMT)
committerTimothy Gu <timothygu99@gmail.com>2014-10-14 01:42:11 (GMT)
commit7d265e6f7071245dc83d91972ef5342edc7d373a (patch)
tree10170b58e02e408a0a01d3a17777a7a4d5ea7d32 /src/libvpx.mk
parentd87240eb7bc3b4994b7b17007b71d20374b65924 (diff)
downloadmxe-7d265e6f7071245dc83d91972ef5342edc7d373a.zip
mxe-7d265e6f7071245dc83d91972ef5342edc7d373a.tar.gz
mxe-7d265e6f7071245dc83d91972ef5342edc7d373a.tar.bz2
Remove i686-pc-mingw32 package recipes
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
Diffstat (limited to 'src/libvpx.mk')
-rw-r--r--src/libvpx.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libvpx.mk b/src/libvpx.mk
index 7eac571..bc2f774 100644
--- a/src/libvpx.mk
+++ b/src/libvpx.mk
@@ -31,6 +31,5 @@ define $(PKG)_BUILD
$(TARGET)-ranlib $(PREFIX)/$(TARGET)/lib/libvpx.a
endef
-$(PKG)_BUILD_i686-pc-mingw32 = $(subst @libvpx-target@,x86-win32-gcc,$($(PKG)_BUILD))
$(PKG)_BUILD_i686-w64-mingw32 = $(subst @libvpx-target@,x86-win32-gcc,$($(PKG)_BUILD))
$(PKG)_BUILD_x86_64-w64-mingw32 = $(subst @libvpx-target@,x86_64-win64-gcc,$($(PKG)_BUILD))