mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-28 03:00:35 +00:00
overrides: symlink some more to use uninstalled out-of-source build
This commit is contained in:
parent
827a137189
commit
5a08c1ba41
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ _gi_gst_la_LDFLAGS = $(common_ldflags)
|
||||||
# source tree; Python does not accept the extensions and modules in different
|
# source tree; Python does not accept the extensions and modules in different
|
||||||
# paths
|
# paths
|
||||||
build_pylinks:
|
build_pylinks:
|
||||||
for f in $(pygioverrides_PYTHON); do \
|
for f in $(pygioverrides_PYTHON) __init__.py; do \
|
||||||
[ -e $(builddir)/$$f ] || $(LN_S) $(srcdir)/$$f $(builddir)/$$f; \
|
[ -e $(builddir)/$$f ] || $(LN_S) $(srcdir)/$$f $(builddir)/$$f; \
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue