diff options
author | Volker Grabsch <vog@notjusthosting.com> | 2010-11-26 18:43:08 (GMT) |
---|---|---|
committer | Volker Grabsch <vog@notjusthosting.com> | 2010-11-26 18:43:08 (GMT) |
commit | fa7b4a2a69ff89e46c91d65dc028b0b459db7472 (patch) | |
tree | 816566526750058ebfb7c8dde42bed76f7d7c133 | |
parent | 2292137dc78e5c7b39758e7ff2215ebad4f583b9 (diff) | |
download | mxe-fa7b4a2a69ff89e46c91d65dc028b0b459db7472.zip mxe-fa7b4a2a69ff89e46c91d65dc028b0b459db7472.tar.gz mxe-fa7b4a2a69ff89e46c91d65dc028b0b459db7472.tar.bz2 |
remove unrecognized ./configure option for package sdl
-rw-r--r-- | src/sdl.mk | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -24,7 +24,6 @@ define $(PKG)_BUILD cd '$(1)' && ./configure \ --host='$(TARGET)' \ --disable-shared \ - --disable-debug \ --prefix='$(PREFIX)/$(TARGET)' \ --enable-threads \ --enable-directx \ |