diff options
author | Rico Tzschichholz <ricotz@ubuntu.com> | 2016-10-10 10:05:04 +0200 |
---|---|---|
committer | Rico Tzschichholz <ricotz@ubuntu.com> | 2016-10-10 10:40:54 +0200 |
commit | 99aeafe607b29dcdc35b405641c4124595b4c7e6 (patch) | |
tree | cc21478b44924c3c15ab87c102f9f1abb2e18105 /contrib | |
parent | 30929232874f2f4e408bec33efba33ce2f064682 (diff) | |
download | vala-99aeafe607b29dcdc35b405641c4124595b4c7e6.tar.gz |
Ignore --thread commandline option and drop all gthread-2.0 references
With vala 0.32 there was no further support for glib < 2.32.
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/parvala/parvala | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/parvala/parvala b/contrib/parvala/parvala index db53b8f59..bdea5c1e9 100755 --- a/contrib/parvala/parvala +++ b/contrib/parvala/parvala @@ -20,7 +20,6 @@ while test -n "$*"; do --directory=*) VALAFLAGS="${VALAFLAGS} $1";; --basedir=*) VALAFLAGS="${VALAFLAGS} $1";; --enable-checking) VALAFLAGS="${VALAFLAGS} $1";; - --thread) VALAFLAGS="${VALAFLAGS} $1";; --pkg=*) VALAFLAGS="${VALAFLAGS} $1";; --vapidir=*) VALAFLAGS="${VALAFLAGS} $1";; -X) shift; VALAFLAGS="${VALAFLAGS} -X $1";; |