diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-10-23 20:06:24 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-10-23 20:06:24 +0300 |
commit | 7d57a3aaa1fec1f28fa8c65e6e5ca56b97871cc2 (patch) | |
tree | 06db18d55d57185695276032b797c8339a3761c8 /build | |
parent | 033a6162914b8f6cdea446751160ca81fbd4c1ca (diff) | |
download | plus-7d57a3aaa1fec1f28fa8c65e6e5ca56b97871cc2.tar.gz plus-7d57a3aaa1fec1f28fa8c65e6e5ca56b97871cc2.tar.bz2 plus-7d57a3aaa1fec1f28fa8c65e6e5ca56b97871cc2.tar.xz plus-7d57a3aaa1fec1f28fa8c65e6e5ca56b97871cc2.zip |
disable SDL2 in build script.
Diffstat (limited to 'build')
-rwxr-xr-x | build/bmakedebug | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/build/bmakedebug b/build/bmakedebug index ebe7bbc7e..5532a2b8a 100755 --- a/build/bmakedebug +++ b/build/bmakedebug @@ -46,8 +46,7 @@ autoreconf -i --with-internalguichan=yes \ --enable-tcmalloc=no \ --enable-googleprofiler=no \ ---enable-eathena=yes \ ---with-sdl2 +--enable-eathena=yes cd po make -j8 update-gmo 2>../build/make1.log |