From afbb3234d539085fbb90bcc1baf458b26662b88f Mon Sep 17 00:00:00 2001 From: Benitoite Date: Wed, 15 Mar 2023 11:38:26 -0700 Subject: [PATCH] update swig command per solution https://github.com/tmolteno/python-necpp/issues/19#issuecomment-1469623955 --- PyNEC/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PyNEC/build.sh b/PyNEC/build.sh index 728e305..4785138 100755 --- a/PyNEC/build.sh +++ b/PyNEC/build.sh @@ -14,5 +14,5 @@ make -f Makefile.git cd ${DIR} # Build PyNEC -swig3.0 -Wall -v -c++ -python PyNEC.i +swig -Wall -v -c++ -python PyNEC.i python3 setup.py build