mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
also set the plugin builddir to pwd
Original commit message from CVS: also set the plugin builddir to pwd
This commit is contained in:
parent
644940125e
commit
209747879b
1 changed files with 1 additions and 1 deletions
|
@ -1140,7 +1140,7 @@ AC_DEFINE_UNQUOTED(PLUGINS_DIR,"$PLUGINS_DIR")
|
|||
AC_SUBST(PLUGINS_DIR)
|
||||
|
||||
dnl Set location of uninstalled plugin directory
|
||||
PLUGINS_BUILDDIR=${builddir}
|
||||
PLUGINS_BUILDDIR=`pwd`
|
||||
AC_DEFINE_UNQUOTED(PLUGINS_BUILDDIR,"$PLUGINS_BUILDDIR")
|
||||
AC_SUBST(PLUGINS_BUILDDIR)
|
||||
|
||||
|
|
Loading…
Reference in a new issue