Compare commits

..

2 Commits

Author SHA1 Message Date
ebfc8a6946 Fix script once more. 2024-03-19 22:01:13 +03:00
c12162201c Fix line endings. 2024-03-19 21:59:53 +03:00
2 changed files with 2 additions and 1 deletions

1
sh/.gitattributes vendored Normal file

@ -0,0 +1 @@
*.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/cmake/$ARCH.cmake
TOOLCHAIN=$CMAKE_DIR/$ARCH.cmake
# Create directories.
mkdir -p $PREFIX $BUILD