update swig
This commit is contained in:
@@ -1,6 +1,16 @@
|
||||
#!/bin/bash
|
||||
|
||||
libVer=4.0.0
|
||||
unameOut="$(uname -s)"
|
||||
case "${unameOut}" in
|
||||
Linux*) machineArch=Linux ;;
|
||||
Darwin*) machineArch=MacOS ;;
|
||||
CYGWIN*) machineArch=Windows ;;
|
||||
MINGW*) machineArch=Windows ;;
|
||||
*) machineArch="UNKNOWN:${unameOut}" ;;
|
||||
esac
|
||||
echo ${machineArch}
|
||||
|
||||
libVer=4.0.2
|
||||
|
||||
echo libVer=$libVer
|
||||
|
||||
@@ -8,6 +18,7 @@ scriptDir="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 && pwd)"
|
||||
originalPath=$scriptDir/original
|
||||
buildPath=$scriptDir/build
|
||||
installPath=$scriptDir/install
|
||||
logPath=$scriptDir/log
|
||||
|
||||
libFilePath=$originalPath/swig-$libVer.tar.gz
|
||||
libInstallPath=$installPath/$libVer
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user