diff options
author | Timothy Gu <timothygu99@gmail.com> | 2014-10-14 01:42:11 (GMT) |
---|---|---|
committer | Timothy Gu <timothygu99@gmail.com> | 2014-10-14 01:42:11 (GMT) |
commit | 7d265e6f7071245dc83d91972ef5342edc7d373a (patch) | |
tree | 10170b58e02e408a0a01d3a17777a7a4d5ea7d32 /src/sdl2_gfx.mk | |
parent | d87240eb7bc3b4994b7b17007b71d20374b65924 (diff) | |
download | mxe-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/sdl2_gfx.mk')
-rw-r--r-- | src/sdl2_gfx.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/sdl2_gfx.mk b/src/sdl2_gfx.mk index 876063b..b11a317 100644 --- a/src/sdl2_gfx.mk +++ b/src/sdl2_gfx.mk @@ -30,6 +30,3 @@ define $(PKG)_BUILD '$(2).c' -o '$(PREFIX)/$(TARGET)/bin/test-sdl2_gfx.exe' \ `'$(TARGET)-pkg-config' SDL2_gfx --cflags --libs` endef - -# sdl2 is disabled on i686-pc-mingw32. -$(PKG)_BUILD_i686-pc-mingw32 = |