Skip to content

Commit

Permalink
minor refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxim Lobanov committed Mar 21, 2020
1 parent ff0372a commit 09ebaa3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/mono-selector.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export class MonoToolSelector extends XamarinSelector {
core.exportVariable(
"DYLD_LIBRARY_FALLBACK_PATH",
[
`${versionDirectory}/lib`, //
`${versionDirectory}/lib`,
"/lib",
"/usr/lib",
process.env["DYLD_LIBRARY_FALLBACK_PATH"]
Expand All @@ -43,8 +43,7 @@ export class MonoToolSelector extends XamarinSelector {
core.exportVariable(
"PKG_CONFIG_PATH",
[
`${versionDirectory}/lib/pkgconfig`, //
`${versionDirectory}/share/pkgconfig`,
`${versionDirectory}/lib/pkgconfig`,
process.env["PKG_CONFIG_PATH"]
].join(path.delimiter)
);
Expand Down

0 comments on commit 09ebaa3

Please sign in to comment.