Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Linux] Only export extension init symbol | Fabio Alessandrelli | 2023-12-22 | 2 | -0/+15 |
| | | | | | | | Since we link with static libstdc++ we need to tell gcc to only export the necessary symbols. Using "-fvisibility=hidden" will not work, since libstdc++ explicitly exports its symbols. | ||||
* | [MacOS] Use framekwork to package GDExtension | Fabio Alessandrelli | 2023-12-20 | 1 | -0/+28 |
This allows it to be code-signed as a bundle so gatekeeper won't complain when loaded by the editor. |