mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-26 18:20:44 +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
|
||||
# paths
|
||||
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; \
|
||||
done
|
||||
|
||||
|
|
Loading…
Reference in a new issue