diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-08-24 15:31:36 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-08-24 21:08:17 +0300 |
commit | b70bbf075a20524e6c1859fb18db0865c65182ca (patch) | |
tree | d5c4974d004da809b2e723b2b883faabfb95ae2f /build/bmake | |
parent | 8f670620dbf4c8092e9f834f9d65cbc607b81511 (diff) | |
download | plus-b70bbf075a20524e6c1859fb18db0865c65182ca.tar.gz plus-b70bbf075a20524e6c1859fb18db0865c65182ca.tar.bz2 plus-b70bbf075a20524e6c1859fb18db0865c65182ca.tar.xz plus-b70bbf075a20524e6c1859fb18db0865c65182ca.zip |
move surface combination into sdlimagehelper.
Diffstat (limited to 'build/bmake')
-rwxr-xr-x | build/bmake | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/build/bmake b/build/bmake index e095494c9..7e5076655 100755 --- a/build/bmake +++ b/build/bmake @@ -45,8 +45,7 @@ autoreconf -i --with-internalguichan=yes \ --enable-tcmalloc=no \ --enable-googleprofiler=no \ ---enable-eathena=yes \ ---with-sdl2 +--enable-eathena=yes cd po make -j5 update-gmo 2>../build/make1.log |