qulogic/gplugin

change the python loader's filename to gplugin-python3.so
feature/python-fixes
2020-02-03, Gary Kramlich
541abadf58b2
Parents 3b15dbac0ab1
Children 3deb288f68f6
change the python loader's filename to gplugin-python3.so
--- a/python/meson.build Fri Jan 10 23:18:08 2020 -0600
+++ b/python/meson.build Mon Feb 03 20:31:14 2020 -0600
@@ -33,7 +33,7 @@
# Now add our libraries
gplugin_python_inc = include_directories('.')
- gplugin_python = shared_library('gplugin-python',
+ gplugin_python = shared_library('gplugin-python3',
GPLUGIN_PYTHON_SOURCES,
GPLUGIN_PYTHON_HEADERS,
name_prefix : '',