Skip to content

Commit

Permalink
not prefixing frameworks with the global addons path (#6424)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasgeissl authored and arturoc committed Nov 5, 2019
1 parent 5f4bb35 commit fe1f85b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ Module{
for(var addon in allAddons){
var addonPath = allAddons[addon];
var addonFrameworks = [];
addonFrameworks = Helpers.parseAddonConfig(addonPath, "ADDON_FRAMEWORKS", addonFrameworks, platform, addonPath+"/");
addonFrameworks = Helpers.parseAddonConfig(addonPath, "ADDON_FRAMEWORKS", addonFrameworks, platform);
frameworks = frameworks.concat(addonFrameworks);
}

Expand Down

0 comments on commit fe1f85b

Please sign in to comment.