Juan
Results
2
issues of
Juan
Is there any way to use macdylibbundler with unversioned dylibs? I'm using it along with macdeployqt and the last one use unversioned dylibs whereas that macdylibbundler use dylibs verioned. Any...
I'm trying to build an Android application using conan with the following conanfile.txt: ``` [requires] Poco/1.10.1@pocoproject/stable [options] Poco:shared=True # False [generators] txt cmake ``` In my build.gradle I have a...