Skip to content

Commit

Permalink
build: add extra windows binaries for soc on windows
Browse files Browse the repository at this point in the history
Add some extra binaries that are required to build the SoC on Windows.

Signed-off-by: Sean Cross <sean@xobs.io>
  • Loading branch information
xobs committed Nov 15, 2019
1 parent 35b6583 commit 1f40a15
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.sh
Expand Up @@ -109,6 +109,9 @@ case "${ARCH}" in
tar xvjf $input/git-${ARCH}.tar.bz2
rm -rf input

# Extra files on Windows (sh.exe, cp.exe, etc.)
cp -a $base/* $output/bin

# This causes issues on Windows, which is case-insensitive
rm -f $output/bin/license.txt $output/bin/LICENSE.txt

Expand Down
Binary file added extras/windows/cp.exe
Binary file not shown.
Binary file added extras/windows/mkdir.exe
Binary file not shown.
Binary file added extras/windows/msys-2.0.dll
Binary file not shown.
Binary file added extras/windows/msys-iconv-2.dll
Binary file not shown.
Binary file added extras/windows/msys-intl-8.dll
Binary file not shown.
Binary file added extras/windows/rm.exe
Binary file not shown.
Binary file added extras/windows/sh.exe
Binary file not shown.

0 comments on commit 1f40a15

Please sign in to comment.