Skip to content

Commit

Permalink
fixing swig
Browse files Browse the repository at this point in the history
  • Loading branch information
scrgiorgio committed May 6, 2024
1 parent 1e436b2 commit 687c9dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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

0 comments on commit 687c9dd

Please sign in to comment.