updated bindings

This commit is contained in:
Enno Rehling 2014-03-17 04:01:52 +01:00
parent fe7eb0bdeb
commit edae097591
3 changed files with 2 additions and 4 deletions

4
configure vendored
View File

@ -1,19 +1,19 @@
#!/bin/sh
git submodule update --init
MACHINE=`uname -m`
BIN_DIR="build-$MACHINE-Debug"
[ -z "$CC" ] && [ ! -z `which gcc` ] && CC="gcc"
[ -z "$CC" ] && [ ! -z `which tcc` ] && CC="tcc"
[ -z "$CC" ] && [ ! -z `which cc` ] && CC="cc"
[ -z "$JOBS" ] && JOBS=$(nproc)
BIN_DIR="build-$MACHINE-$CC-Debug"
DISTCC=`which distcc`
if [ ! -z "$DISTCC" ] ; then
JOBS=`distcc -j`
if [ -z "$JOBS" ] ; then
JOBS=1
elif [ $JOBS -gt 1 ] ; then
CC="distcc $CC"
CC="$DISTCC $CC"
MAKEOPTS=-j$JOBS
fi
fi

View File

@ -1,6 +1,5 @@
/*
** Lua binding: process
** Generated automatically by tolua 5.1.3 on Sat Mar 15 19:26:36 2014.
*/
#include "tolua.h"

View File

@ -1,6 +1,5 @@
/*
** Lua binding: settings
** Generated automatically by tolua 5.1.3 on Sat Mar 15 19:26:36 2014.
*/
#include "tolua.h"