vlc | branch: master | Konstantin Pavlov <[email protected]> | Fri Dec 21 22:06:53 2018 +0300| [0ee023d8dc429eb10d766aceaeb7e99df51e771e] | committer: Konstantin Pavlov
contribs: meson: provide arguments as a single element. > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0ee023d8dc429eb10d766aceaeb7e99df51e771e --- contrib/src/main.mak | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/contrib/src/main.mak b/contrib/src/main.mak index 574dbce8d6..84205dcf66 100644 --- a/contrib/src/main.mak +++ b/contrib/src/main.mak @@ -553,10 +553,10 @@ crossfile.meson: echo "[properties]" >> $@ echo "needs_exe_wrapper = true" >> $@ ifdef HAVE_CROSS_COMPILE - echo "c_args = [ '-I', '$(PREFIX)/include' ]" >> $@ - echo "cpp_args = [ '-I', '$(PREFIX)/include' ]" >> $@ - echo "c_link_args = [ '-L', '$(PREFIX)/lib' ]" >> $@ - echo "cpp_link_args = [ '-L', '$(PREFIX)/lib' ]" >> $@ + echo "c_args = [ '-I$(PREFIX)/include' ]" >> $@ + echo "cpp_args = [ '-I$(PREFIX)/include' ]" >> $@ + echo "c_link_args = [ '-L$(PREFIX)/lib' ]" >> $@ + echo "cpp_link_args = [ '-L$(PREFIX)/lib' ]" >> $@ echo "[host_machine]" >> $@ ifdef HAVE_WIN32 echo "system = 'windows'" >> $@ _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
