Skip to content

Commit

Permalink
Update cpython.windows.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
scrgiorgio committed May 7, 2024
1 parent e9672d4 commit 127f5cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/cpython.windows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ GIT_TAG=`git describe --tags --exact-match 2>/dev/null || true`
function InstallSwig() {
mkdir -p /tmp
pushd /tmp
__filename=https://cfhcable.dl.sourceforge.net/project/swig/swigwin/swigwin-4.0.2/swigwin-4.0.2.zip
__filename=http://prdownloads.sourceforge.net/swig/swigwin-4.0.2.zip
curl -L --insecure -O ${__filename} || \
curl -L --insecure -O ${__filename}
unzip -q swigwin-4.0.2.zip
Expand Down Expand Up @@ -145,4 +145,4 @@ if [[ "$VISUS_GUI" == "1" ]]; then
popd
fi

echo "All done windows cpythyon $PYTHON_VERSION} "
echo "All done windows cpythyon $PYTHON_VERSION} "

0 comments on commit 127f5cc

Please sign in to comment.