[BUGFIX] Run Macro Flags when using a local haxelib repository (Move flags to include.xml)#2009
[BUGFIX] Run Macro Flags when using a local haxelib repository (Move flags to include.xml)#2009TechnikTil wants to merge 1 commit intoopenfl:developfrom
include.xml)#2009Conversation
Signed-off-by: TechnikTil <techniktil@tilnotdrip.org>
|
Normally, |
|
Ok, found it. If a path override is defined, it won't call lime/src/lime/tools/HXProject.hx Lines 1240 to 1265 in 2032404 Since this can happen to more libraries than just Lime, I think the correct solution is to include extraParams.hxml, not to move the extra params on a case-by-case basis. |
Should I edit the PR to do so then? |
|
Check out #2010 and if that fixes it for you, we can close this one. |
|
Yup that works perfectly, thank you so much! |
Related Issues
Fixes #2004
Description
When compiling a
limeproject while using a localhaxelibrepository, theextraParams.hxmlinlimeis skipped.This causes
AssetsMacro.embedBytes()to never run onhaxe.io.Bytes, causing #2004.To fix this, I have moved those flags over to
include.xml.This is my first PR to here, so let me know if I should do something different in the future!