mirror of https://github.com/tp4a/teleport
.temp.
parent
e2f7df1314
commit
74e38c0102
7
make.sh
7
make.sh
|
@ -119,10 +119,11 @@ export TP_BUILD_SYSTEM="start"
|
||||||
|
|
||||||
SYSTEM=`uname -s`
|
SYSTEM=`uname -s`
|
||||||
SYSTEM=${SYSTEM:0:4} # cut first 4 char.
|
SYSTEM=${SYSTEM:0:4} # cut first 4 char.
|
||||||
SYSTEM=${SYSTEM^^} # upper case
|
echo $SYSTEM
|
||||||
if [ $SYSTEM = "LINU" ] ; then
|
# SYSTEM=${SYSTEM^^} # upper case
|
||||||
|
if [ $SYSTEM = "Linu" ] ; then
|
||||||
build_linux $@
|
build_linux $@
|
||||||
elif [ $SYSTEM = "DARW" ] ; then
|
elif [ $SYSTEM = "Darw" ] ; then
|
||||||
build_macos $@
|
build_macos $@
|
||||||
elif [ $SYSTEM == "MSYS" ] ; then
|
elif [ $SYSTEM == "MSYS" ] ; then
|
||||||
build_win $@
|
build_win $@
|
||||||
|
|
Loading…
Reference in New Issue