Compare commits

..

No commits in common. "ebfc8a694615a8a6c9d35652279a9748ff43db3d" and "56acaf49238835980adf42bdaa5264c6e32b5008" have entirely different histories.

2 changed files with 1 additions and 2 deletions

1
sh/.gitattributes vendored

@ -1 +0,0 @@
*.sh text eof=lf

@ -34,7 +34,7 @@ for ARCH in $ARCHS; do
# Build directory.
BUILD=$DST/out/$ARCH
# Cmake toolchain file.
TOOLCHAIN=$CMAKE_DIR/$ARCH.cmake
TOOLCHAIN=$CMAKE_DIR/cmake/$ARCH.cmake
# Create directories.
mkdir -p $PREFIX $BUILD