mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-02 23:47:49 +00:00
libssh:
- adding cmake configuration errormessage if cmake configuration not found (will be removed later)
This commit is contained in:
parent
bcb66965a4
commit
e751006db5
9
packages/network/libssh/build
Normal file → Executable file
9
packages/network/libssh/build
Normal file → Executable file
@ -10,6 +10,15 @@ cd $PKG_BUILD
|
|||||||
mkdir -p build
|
mkdir -p build
|
||||||
cd build
|
cd build
|
||||||
|
|
||||||
|
if [ ! -f $CMAKE_CONF ]; then
|
||||||
|
echo " ######### ERROR: ##########"
|
||||||
|
echo " $CMAKE_CONF not found"
|
||||||
|
echo " please reinstall cmake with: PROJECT=... ./scripts/install cmake"
|
||||||
|
echo " or do an full rebuild !!!"
|
||||||
|
echo " "
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
|
||||||
cmake -DCMAKE_TOOLCHAIN_FILE=$CMAKE_CONF \
|
cmake -DCMAKE_TOOLCHAIN_FILE=$CMAKE_CONF \
|
||||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||||
..
|
..
|
||||||
|
0
packages/network/libssh/install
Normal file → Executable file
0
packages/network/libssh/install
Normal file → Executable file
Loading…
x
Reference in New Issue
Block a user