##// END OF EJS Templates
Minor AppImage and Meson fixes...
jeandet -
r81:854c0145877d
parent child
Show More
@@ -104,7 +104,7 pysciqlopcore_srcs = [
104 ]
104 ]
105
105
106 python3.extension_module('pysciqlopcore', './src/pybind11_wrappers/CoreWrappers.cpp',
106 python3.extension_module('pysciqlopcore', './src/pybind11_wrappers/CoreWrappers.cpp',
107 dependencies: [sciqlop_core, python3.dependency()],
107 dependencies: [sciqlop_core],
108 install: true
108 install: true
109 )
109 )
110
110
General Comments 0
You need to be logged in to leave comments. Login now