/[Apache-SVN]
ViewVC logotype

Revision 1875742


Jump to revision: Previous Next
Author: stsp
Date: Thu Mar 26 23:24:54 2020 UTC (4 years, 1 month ago)
Changed paths: 1
Log Message:
Fix autogen.sh SWIG python bindings generation in --release mode.

This was accidentally broken in r1869354 (merge swig-py3 branch to trunk).

* build/generator/gen_make.py: When generating autogen-standlone.mk, set
  SWIG_PY_OPTS to "-python". Otherwise swig gets invoked without any
  language options and SWIGPYTHON ends up being undefined. Swig is then
  unable to parse subversion/bindings/swig/include/svn_containers.swg
  because that file relies on the macro definition "hash_argout_typemap"
  which only takes effect if SWIGPYTHON is defined by swig.


Changed paths

Path Details
Directorysubversion/trunk/build/generator/gen_make.py modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26