-
Notifications
You must be signed in to change notification settings - Fork 248
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace 'target' attribute with 'targets'.
This is so that multiple labels could be provided to a toolchain as sources. An example is `emcmake`, which needs both `emscripten` and `binaryen` to run. Another reason for this is to pass in config files that might be needed for the toolchain. The config files can be passed in as a label and will be available in ${EXT_BUILD_DEPS}/bin, just like any other directory.
- Loading branch information
Attila Oláh
committed
Sep 17, 2020
1 parent
ea571fc
commit 58cdf17
Showing
4 changed files
with
21 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters