Skip to content

Apply extraParams.hxml for path-overridden haxelibs - #2101

Closed
Tutez64 wants to merge 1 commit into
openfl:developfrom
Tutez64:bugfix/path-haxelib-extraparams
Closed

Tutez64 wants to merge 1 commit into
openfl:developfrom
Tutez64:bugfix/path-haxelib-extraparams

Conversation

@Tutez64

@Tutez64 Tutez64 commented Sep 19, 2026

Copy link
Copy Markdown
Contributor

haxelib path prepends extraParams.hxml. A <haxelib path="..."/> override never calls it, so --macro and other flags from that file were dropped.
The file is read from the library root, before classPath is appended.
Repro: lime-path-haxelib-extraparams.zip

`haxelib path` prepends extraParams.hxml. A <haxelib path="..."/> override
never calls it, so --macro and other flags from that file were dropped.

Co-authored-by: Cursor <cursoragent@cursor.com>
@player-03

Copy link
Copy Markdown
Contributor

Duplicate of #2010, and some discussion already happened there. How about you submit your additions to that branch so we can keep everything in one place?

@Tutez64

Tutez64 commented Sep 19, 2026

Copy link
Copy Markdown
Contributor Author

Thanks — I missed #2010. Closing this as a duplicate.

The extra pieces versus your branch are: trim each line, skip -L, and treat -D name (no =) the same way the haxelib path branch already does. Sent against your branch: player-03#10

@Tutez64

Tutez64 commented Sep 19, 2026

Copy link
Copy Markdown
Contributor Author

Duplicate of #2010.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants