Skip to content

Commit

Permalink
add comment about SWIG 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadowJonathan authored and garfieldnate committed May 17, 2024
1 parent f27f13a commit d63d7ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Core/ClientSMLSWIG/Python/SConscript
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ if "SOAR_PYTHON_ABI3" in env["ENV"]:
print("PY_ABI3_VERSION below supported version for ABI3", file=sys.stderr)
Exit(1)

# Only SWIG 4.2.0 added Python Limited API support:
# https://github.com/swig/swig/issues/1009
if env["SWIG_VERSION"] >= (4, 2, 0):
print("SOAR_PYTHON_ABI3 defined, building Python Limited API...")
# Signal to enscons that we're building the limited API
Expand Down

0 comments on commit d63d7ee

Please sign in to comment.