summaryrefslogtreecommitdiffstats
path: root/src/sdl.mk
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2010-05-02 15:02:38 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2010-05-02 15:02:38 (GMT)
commit7877e44aa20b260d2f7f3265bc2c0fa536db4a16 (patch)
treebcb2927616ddcd537114e2a092aa90303c73453e /src/sdl.mk
parentf4f7506893e2b6be65945df16ba0a292eeb2610b (diff)
downloadmxe-7877e44aa20b260d2f7f3265bc2c0fa536db4a16.zip
mxe-7877e44aa20b260d2f7f3265bc2c0fa536db4a16.tar.gz
mxe-7877e44aa20b260d2f7f3265bc2c0fa536db4a16.tar.bz2
enable win32 threads explicitly in package sdl
Diffstat (limited to 'src/sdl.mk')
-rw-r--r--src/sdl.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sdl.mk b/src/sdl.mk
index d853c04..6bbe724 100644
--- a/src/sdl.mk
+++ b/src/sdl.mk
@@ -26,6 +26,7 @@ define $(PKG)_BUILD
--disable-shared \
--disable-debug \
--prefix='$(PREFIX)/$(TARGET)' \
+ --enable-threads \
--enable-directx
$(MAKE) -C '$(1)' -j '$(JOBS)' bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS=
$(MAKE) -C '$(1)' -j 1 install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS=