Skip to content
This repository has been archived by the owner on Dec 21, 2020. It is now read-only.

Commit

Permalink
Scripts: Platform script now includes dependency mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
pbeckingham committed May 13, 2018
1 parent 60e8add commit 10910d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/platforms
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ def main(event_file):
for dependency in config.get('project.{}.dependencies'.format(project)).split(','):
mapped = config.get('platform.{0}.pkg.{1}'.format(platform, dependency))
if mapped:
build.header('platform.pkg.{}'.format(dependency), mapped)
dependencies.append(mapped)
build.header('platform.dependencies', ','.join(dependencies))

Expand Down

0 comments on commit 10910d2

Please sign in to comment.