summaryrefslogtreecommitdiffstats
path: root/src/sdl.mk
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2010-02-14 17:49:22 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2010-02-14 17:49:22 (GMT)
commit834421011be0af44d7445aa22352ec1b721e72de (patch)
tree58ceb87b04c96a1c6a136a143e727fdd84aa05a4 /src/sdl.mk
parent3a464b819d3b72f4d60c3d2c30474bf1824e8950 (diff)
downloadmxe-834421011be0af44d7445aa22352ec1b721e72de.zip
mxe-834421011be0af44d7445aa22352ec1b721e72de.tar.gz
mxe-834421011be0af44d7445aa22352ec1b721e72de.tar.bz2
hardcode the --static argument into i686-pc-mingw32-pkg-config
Diffstat (limited to 'src/sdl.mk')
-rw-r--r--src/sdl.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sdl.mk b/src/sdl.mk
index d2cdc4e..74b1b18 100644
--- a/src/sdl.mk
+++ b/src/sdl.mk
@@ -31,6 +31,6 @@ define $(PKG)_BUILD
'$(TARGET)-gcc' \
-W -Wall -Werror -ansi -pedantic \
- `'$(TARGET)-pkg-config' sdl --cflags --static --libs` \
+ `'$(TARGET)-pkg-config' sdl --cflags --libs` \
'$(2).c' -o '$(PREFIX)/$(TARGET)/bin/test-sdl.exe'
endef