-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pure refactor - cleanup build script
The OS detection code was bothering me as it wasn't properly doing cross compilation (some places were and some weren't). Additionally, the OS detection was a bit haphazard. This is a pure cleanup that parses the information in TARGET up-front into an enum that is then checked instead of working with strings.
- Loading branch information
Showing
1 changed file
with
97 additions
and
51 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