gst-plugins-bad: attempt to fix problem with 'glib-mkenums'

Error was (build time):
/data/data/com.termux/files/usr/bin/glib-mkenums: line 10: from: command not found
/data/data/com.termux/files/usr/bin/glib-mkenums: line 12: import: command not found
/data/data/com.termux/files/usr/bin/glib-mkenums: line 13: import: command not found
This commit is contained in:
Leonid Pliushch 2019-05-06 13:18:19 +03:00
parent ce10cf81b9
commit e7fe3702b5
1 changed files with 1 additions and 0 deletions

View File

@ -21,4 +21,5 @@ TERMUX_PKG_RM_AFTER_INSTALL="share/gtk-doc/"
termux_step_pre_configure() {
export GNUSTL_LIBS="-lc"
export GNUSTL_CFLAGS="-Oz"
export GLIB_MKENUMS="/usr/bin/glib-mkenums"
}