From 866dddfaaf84f4d508fc5b3895b65c9af482ae2c Mon Sep 17 00:00:00 2001 From: Timothy Gu Date: Sun, 21 Sep 2014 14:23:56 -0700 Subject: 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 --- src/oce.mk | 2 ++ 1 file changed, 2 insertions(+) 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 := -- cgit v0.12