Skip to content

Commit

Permalink
Note when not compiling for ABI3
Browse files Browse the repository at this point in the history
  • Loading branch information
garfieldnate committed May 17, 2024
1 parent 376d51e commit e265975
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 @@ -87,6 +87,8 @@ if "SOAR_PYTHON_ABI3" in env["ENV"]:
print("'Requested building Python SML bindings with Python's Limited API, "
"while SWIG does not support it, aborting.'", file=sys.stderr)
Exit(1)
else:
print("SOAR_PYTHON_ABI3 not defined, building Python SML bindings with full (less portable) Python API...")

# We add soarlib to the python_sml explicitly, as some operating systems don't pick up on this dependency,
# and crash the build.
Expand Down

0 comments on commit e265975

Please sign in to comment.