Commit d4ba588a authored by Sylvain Berfini's avatar Sylvain Berfini :cow:
Browse files

Force python wrapper to be build as a shared lib

parent 950733b7
1 merge request!2916Force python wrapper to be build as a shared lib
Showing with 1 addition and 1 deletion
......@@ -64,7 +64,7 @@ endif()
add_custom_target(liblinphone-python-wrapper ALL DEPENDS ${PYLINPHONE_DEPENDENCIES})
add_library(pylinphone pylinphone.c)
add_library(pylinphone SHARED pylinphone.c)
add_dependencies(pylinphone liblinphone-python-wrapper)
# This way user will be able to do from pylinphone import linphone
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment