commit 1bb30d562e87c8f26b08dbef448f0122c80d32b0 Author: vaydheesh Date: Mon Aug 26 13:04:16 2019 +0530 build_wrapper: switch to master branch diff --git a/build-swig-wrapper.sh b/build-swig-wrapper.sh index f6a2fdd..1025b05 100755 --- a/build-swig-wrapper.sh +++ b/build-swig-wrapper.sh @@ -3,7 +3,7 @@ set -xe sudo apt-get install -y cmake libboost-dev libicu-dev swig build-essential python3-setuptools -git clone --depth 1 -b wrapper_getopt https://github.com/apertium/apertium-lex-tools.git +git clone --depth 1 https://github.com/apertium/apertium-lex-tools.git pushd apertium-lex-tools ./autogen.sh --enable-python-bindings cd python @@ -11,7 +11,7 @@ make -j2 python3 setup.py install popd -git clone --depth 1 -b wrapper_getopt https://github.com/apertium/apertium.git apertium-core +git clone --depth 1 https://github.com/apertium/apertium.git apertium-core pushd apertium-core ./autogen.sh --enable-python-bindings cd python @@ -19,7 +19,7 @@ make -j2 python3 setup.py install popd -git clone --depth 1 -b wrapper_getopt https://github.com/apertium/lttoolbox.git +git clone --depth 1 https://github.com/apertium/lttoolbox.git pushd lttoolbox ./autogen.sh --enable-python-bindings cd python