Skip to content

Commit

Permalink
Scripts: Update 'windows' variable
Browse files Browse the repository at this point in the history
  • Loading branch information
3unjee committed Feb 11, 2019
1 parent 6b8acc9 commit 2ec1e38
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ elif [ $2 = "win64" ]; then
external="$external/$2"

MinGW="$external/MinGW/$MinGW_version_64/bin"
else
windows=false
fi

if [ $1 = "qt4" ]; then
Expand Down
4 changes: 4 additions & 0 deletions configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ if [ $2 = "win32" ] || [ $2 = "win64" ]; then

elif [ $2 = "linux" ]; then

windows=false

if [ $1 = "qt5" ]; then

Qt5_version="$Qt5_version_linux"
Expand All @@ -68,6 +70,8 @@ elif [ $2 = "linux" ]; then
else
include="$include32"
fi
else
windows=false
fi

#--------------------------------------------------------------------------------------------------
Expand Down
4 changes: 4 additions & 0 deletions deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ elif [ $2 = "win64" ]; then

elif [ $2 = "linux" ]; then

windows=false

if [ -d "${lib64}" ]; then

base="$base64"
Expand All @@ -93,6 +95,8 @@ elif [ $2 = "linux" ]; then
VLC_version="$VLC_version_linux"

libtorrent_version="$libtorrent_version_linux"
else
windows=false
fi

#--------------------------------------------------------------------------------------------------
Expand Down

0 comments on commit 2ec1e38

Please sign in to comment.