Skip to content

Commit

Permalink
Merge pull request #180 from mklight/py3swigflags
Browse files Browse the repository at this point in the history
enable additional flags for swig py3 command
  • Loading branch information
mklight authored Mar 8, 2019
2 parents b954460 + 7cf72fa commit 24ad712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecmd-core/py3api/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ ECMDPYTHONBIN := ${ECMDPYTHON3BIN}
CXXFLAGS := -I../pyapi ${CXXFLAGS}
# As of 07/24/2014 - this ECMD_PY3API define is ONLY needed to properly generate
# the typemap in ecmdCommon.i. That 1 additional line is needed for python 3. JTA
SWIGFLAGS := -py3 -I../py3api/distro -DECMD_PY3API ${SWIGFLAGS}
SWIGFLAGS := -py3 -I../py3api/distro -DECMD_PY3API ${SWIGFLAGS} ${PY3SWIGFLAGS}

# Include the python 2 makefile
include ../pyapi/makefile

0 comments on commit 24ad712

Please sign in to comment.