diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-06-05 16:17:32 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-06-05 16:17:32 +0200 |
commit | fa6af27248ec1fcbfdec433ea16154b7bdae045f (patch) | |
tree | 235c9a780abddca59f218d08387e2b7fd1afeb0f /scripts | |
parent | 1f8a640303976ddcc3605a9b6af8fb398dc7c300 (diff) |
fix windows compatibility
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/install-mingw-packages.sh | 2 | ||||
-rw-r--r-- | scripts/patch-june-5.sh | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/scripts/install-mingw-packages.sh b/scripts/install-mingw-packages.sh index fd82909..e1c000c 100644 --- a/scripts/install-mingw-packages.sh +++ b/scripts/install-mingw-packages.sh @@ -1,2 +1,2 @@ #!/bin/sh -pacman --noconfirm -Sy make git unzip mingw-w64-x86_64-avr-toolchain mingw-w64-x86_64-toolchain mingw-w64-clang-x86_64-clang mingw-w64-x86_64-avrdude python3 python3-pip +pacman --noconfirm -Sy make git unzip mingw-w64-x86_64-avr-toolchain mingw-w64-x86_64-toolchain mingw-w64-clang-x86_64-clang mingw-w64-x86_64-avrdude python3 python3-pip ncurses mingw-w64-x86_64-ncurses diff --git a/scripts/patch-june-5.sh b/scripts/patch-june-5.sh new file mode 100644 index 0000000..cad705a --- /dev/null +++ b/scripts/patch-june-5.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +pacman --noconfirm -Sy ncurses mingw-w64-x86_64-ncurses |