You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the feature you'd like
Based on this commit, it seems some things need to updated when creating a release 5526125
1- I did a bit more digging around for pkgconfig.mk, it is used by Makefile and Python, I propose having CMake be able to dynamically overwrite pkgconfig.mk with the version data if it is provided. I'm not sure where I'd write the updated version of pkgconfig for use?
2- I need to update capstone.h to dynamically get the version from cmake
3- I need to update bindings/python/capstone/__init__.py to also get version data, ideally from pkgconfig?
Additional context
See above
The text was updated successfully, but these errors were encountered:
Feature
language
Describe the feature you'd like
Based on this commit, it seems some things need to updated when creating a release
5526125
1- I did a bit more digging around for pkgconfig.mk, it is used by Makefile and Python, I propose having CMake be able to dynamically overwrite pkgconfig.mk with the version data if it is provided. I'm not sure where I'd write the updated version of pkgconfig for use?
2- I need to update capstone.h to dynamically get the version from cmake
3- I need to update
bindings/python/capstone/__init__.py
to also get version data, ideally from pkgconfig?Additional context
See above
The text was updated successfully, but these errors were encountered: