summaryrefslogtreecommitdiffstats
path: root/src/oce.mk
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2014-09-21 21:23:56 (GMT)
committerTimothy Gu <timothygu99@gmail.com>2014-09-21 21:23:56 (GMT)
commit866dddfaaf84f4d508fc5b3895b65c9af482ae2c (patch)
tree91ee8a1a39559a4dfeaf32ee1edad961f97df474 /src/oce.mk
parent64b85f43fa7a863d60923011197d555337a07e6d (diff)
downloadmxe-866dddfaaf84f4d508fc5b3895b65c9af482ae2c.zip
mxe-866dddfaaf84f4d508fc5b3895b65c9af482ae2c.tar.gz
mxe-866dddfaaf84f4d508fc5b3895b65c9af482ae2c.tar.bz2
oce: disable on i686-pc-mingw32
There are multiple bugs related to i686-pc-mingw32. They seem to be fixable but I don't think they are worth fixing when i686-w64-mingw32 works just fine. If you are interested in fixing i686-pc-mingw32, by all means feel free to do so! Signed-off-by: Timothy Gu <timothygu99@gmail.com>
Diffstat (limited to 'src/oce.mk')
-rw-r--r--src/oce.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/oce.mk b/src/oce.mk
index 89789f5..20475d1 100644
--- a/src/oce.mk
+++ b/src/oce.mk
@@ -32,3 +32,5 @@ define $(PKG)_BUILD
cd '$(1)/examples/find_package_oce' && cmake . -DCMAKE_TOOLCHAIN_FILE='$(CMAKE_TOOLCHAIN_FILE)'
$(MAKE) -C '$(1)/examples/find_package_oce'
endef
+
+$(PKG)_BUILD_i686-pc-mingw32 :=