From a17191eb56b0acc3ee6c8b8ffcbef5b2f9f254d4 Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Mon, 15 Feb 2021 11:32:22 +0100 Subject: [PATCH] remove remainder of custom tolua build --- s/cmake-init | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/s/cmake-init b/s/cmake-init index d119b148e..d17964829 100755 --- a/s/cmake-init +++ b/s/cmake-init @@ -109,29 +109,6 @@ SET (CMAKE_LIBRARY_PATH "$LIBRARY_PATH" CACHE PATH "") SET (CMAKE_PREFIX_PATH "$PREFIX_PATH" CACHE PATH "") HEREDOC -path="$(which tolua)" -if [ "$HAVE_TOLUA" = "0" ] || [ -z $path ] ; then -echo "tolua is not installed, building from source" -cd $ROOT -if [ ! -d tolua/include ]; then - echo "fetching tolua from github..." - git clone https://github.com/ennorehling/tolua.git tolua - cd tolua -else - cd tolua - git pull --rebase -fi -echo "building tolua..." -make -cd - -cat >> $BUILD/config.cmake <