defold / defold/extender

Support for --start-group / --end-group when linking native extensions

Open
#940 4 comments 3 reactions 0 assignees View on GitHub
extender
Dominant language
Java
Stars
64
Forks
23
Avg merge
23h 57m
Merged PRs (30d)
17

Description

**Is your feature request related to a problem? Please describe :**
When building a native extension, the order that the required libraries are supplied to the linker can't be controlled, and in particular dependencies can be listed before the library built from the NE source.
See forum post [here](https://forum.defold.com/t/ne-library-link-order/72814)

**Describe the solution you'd like :**
Extender wraps the libraries in --start-group / --end-group

**Describe alternatives you've considered :**
None I can think of.

**Additional context :**
[This branch](https://github.com/DreamRealityInteractive/extension-firebase/tree/desktop) of extension-firebase can be used to reproduce the problem when building a x86_64-win32 target.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.