From 78bc8c172016d868e9c5252f61d5765e0d8dd2c0 Mon Sep 17 00:00:00 2001 From: jspenguin2017 Date: Wed, 6 Dec 2017 16:10:32 -0700 Subject: [PATCH] import changes form libnano --- .gitattributes | 2 ++ make-chromium.bat | 7 +++++++ 2 files changed, 9 insertions(+) create mode 100644 .gitattributes create mode 100644 make-chromium.bat diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000000..b4b1c832042ba --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Patch 2017-12-06: Make build tools working on Windows 10 +*.sh text eol=lf diff --git a/make-chromium.bat b/make-chromium.bat new file mode 100644 index 0000000000000..56daad9d99383 --- /dev/null +++ b/make-chromium.bat @@ -0,0 +1,7 @@ +@ECHO OFF + +REM Patch 2017-12-06: Make build tools working on Windows 10 +REM Need to install Python: sudo apt update && sudo apt install python -y + +BASH ./tools/make-chromium.sh +PAUSE