vlc/vlc-3.0 | branch: master | Martin Storsjö <[email protected]> | Thu Jun 13 
08:08:53 2019 +0300| [7e586744c4cf2b53513b2b865acbe25759900402] | committer: 
Hugo Beauzée-Luyssen

contrib: gen-meson-crossfile: Add a missing newline

(cherry picked from commit c005759bc57cb3f25783ef0c98cb71ed231afe21)
Signed-off-by: Hugo Beauzée-Luyssen <[email protected]>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=7e586744c4cf2b53513b2b865acbe25759900402
---

 contrib/src/gen-meson-crossfile.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/src/gen-meson-crossfile.py 
b/contrib/src/gen-meson-crossfile.py
index 000074d950..26e0faafb6 100755
--- a/contrib/src/gen-meson-crossfile.py
+++ b/contrib/src/gen-meson-crossfile.py
@@ -45,7 +45,7 @@ _add_environ_arr('cpp_link_args', 'LDFLAGS')
 args.file.write("\n[host_machine]\n")
 _add_environ_val('system', 'HOST_SYSTEM')
 _add_environ_val('cpu_family', 'HOST_ARCH')
-args.file.write("endian = 'little'")
+args.file.write("endian = 'little'\n")
 
 # Get first part of triplet
 cpu = os.environ.get('HOST', '').split('-')[0]

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to