Skip to content

Commit

Permalink
import changes form libnano
Browse files Browse the repository at this point in the history
  • Loading branch information
jspenguin2017 committed Dec 6, 2017
1 parent 916cc3c commit 78bc8c1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Patch 2017-12-06: Make build tools working on Windows 10
*.sh text eol=lf
7 changes: 7 additions & 0 deletions make-chromium.bat
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 78bc8c1

Please sign in to comment.