Commit 222213b1cd48d737cc96a125229845807161b0bd

Authored by Marcin Woliński
1 parent 8f796464

move Polimorf build to a newer system

Showing 1 changed file with 3 additions and 3 deletions
buildOtherDict.sh
... ... @@ -11,8 +11,8 @@
11 11 #set -ex -o pipefail
12 12 set -x
13 13  
14   -if [ "$#" -ne 2 ]; then
15   - echo "Expected arguments: ‹DICT_NAME› ‹DICT_VERSION›"
  14 +if [ "$#" -ne 3 ]; then
  15 + echo "Expected arguments: ‹DICT_NAME› ‹DICT_VERSION› ‹BUILD_ENV›"
16 16 exit 1
17 17 fi
18 18  
... ... @@ -27,7 +27,7 @@ export GENERATOR_DICTIONARY_CPP=$DICT_DIR/$DICT_NAME-s.cpp
27 27  
28 28 # Wersja środowiska kompilacyjnego (znaczy pod którym Ubuntu budujemy: 14.04, 16.04, 18.04, 19.04 …):
29 29 # Staje się debianowym numerem subwersji: morfeusz…_1.9.27-18.04_amd64.deb
30   -export BUILD_ENV=18.04
  30 +export BUILD_ENV=$3
31 31  
32 32 export BITS=64
33 33  
... ...