Skip to content

Avoid file collisions

This branch prevents file collisions between free_functions_py.cpp, wrapper.cpp, and the rsp files when multiple modules are created in the same directory.

This is accomplished by simply giving the files module dependent names, such as mod_name_wrapper.cpp.

Fixes #114 (closed)

Edited by John Parent

Merge request reports