Compare commits
2 Commits
56acaf4923
...
ebfc8a6946
Author | SHA1 | Date | |
---|---|---|---|
ebfc8a6946 | |||
c12162201c |
1
sh/.gitattributes
vendored
Normal file
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
|
||||
|
Loading…
Reference in New Issue
Block a user