Sonderzeichen beim \ haben den build fÃŒr 32bit verhindert...

git-svn-id: svn://svn.compuextreme.de/Viitor/V962/ViitorMake@6117 504e572c-2e33-0410-9681-be2bf7408885
This commit is contained in:
kueller 2011-06-21 10:01:01 +00:00
parent 8c5e049972
commit 7555a2dcc1

View File

@ -81,7 +81,7 @@ mk32() {
CXX="g++ $BUILDOPTIONS32" \
USE_ARCH=32 \
./configure --prefix=/usr \
--sysconfdir=/etc \
--sysconfdir=/etc \
--with-libgcrypt
make -j $NUMCPU
make -j $NUMCPU DESTDIR=$TMPROOT install