-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adjust SDK validation to allow tools/bin and not allow usr/bin. (#71)
Adjust SDK validation to find mtouch in a tools/bin directory (which is where mtouch resides when shipped in a nuget package), and not look in usr/bin (mtouch hasn't been there in a long, long time, and then it was very briefly). Simplify the validation logic to output mtouch's actual path instead of a value indicating the subdirectory where it was found. Additionally compute the bin directory to be mtouch's directory, and the lib directory a sibling of the bin directory.
- Loading branch information
1 parent
e21e1aa
commit a0a11af
Showing
1 changed file
with
25 additions
and
17 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