summaryrefslogtreecommitdiff
path: root/clmake
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-08-24 21:01:43 +0300
committerAndrei Karas <akaras@inbox.ru>2011-08-24 21:01:43 +0300
commita978d733e84030e1a8d86b8b216936690d062e7e (patch)
tree0b3019c50c71c89af8792387ff8f17a60908510d /clmake
parent857a15ca014765cef5a25a3991264bce34beac61 (diff)
downloadplus-a978d733e84030e1a8d86b8b216936690d062e7e.tar.gz
plus-a978d733e84030e1a8d86b8b216936690d062e7e.tar.bz2
plus-a978d733e84030e1a8d86b8b216936690d062e7e.tar.xz
plus-a978d733e84030e1a8d86b8b216936690d062e7e.zip
Remove internal guichan usage from build scripts.
Diffstat (limited to 'clmake')
-rwxr-xr-xclmake3
1 files changed, 2 insertions, 1 deletions
diff --git a/clmake b/clmake
index eec44c58f..19c3285de 100755
--- a/clmake
+++ b/clmake
@@ -10,7 +10,8 @@ export CXX=clang++
./configure --prefix=$dir/run \
--datadir=$dir/run/share/games \
--bindir=$dir/run/bin \
---mandir=$dir/run/share/man
+--mandir=$dir/run/share/man \
+--without-internalguichan
make -j5 2>make2.log